Objectively 1.0.0
Ultra-lightweight object oriented framework for GNU C.
Properties
Range Struct Reference

#include <Types.h>

Overview

A location and length into contiguous collections.

Definition at line 54 of file Types.h.

Properties

size_t length
 The length. More...
 
ssize_t location
 The location. More...
 

Property Details

◆ length

size_t Range::length

The length.

Definition at line 64 of file Types.h.

◆ location

ssize_t Range::location

The location.

Definition at line 59 of file Types.h.


The documentation for this struct was generated from the following file: