BRender Technical Reference Manual:4 Data Structures (Alphabetical Reference):br_size_t
Next|Prev|Up
The Integral Type
Arithmetic
Comparison
Conversion
Copy/Assign

br_size_t


The Integral Type

BRender's size type - in case the target environment does not define a size_t type. Use this type to represent sizes, as returned by the sizeof() operator.

The typedef

(See compiler.h for precise declaration)

unsigned int br_size_t Generic size type

Arithmetic

All standard C arithmetic operators are valid (though not necessarily sensible) as with standard integer types.

Comparison

All standard C comparison operators are valid as with standard integer types.

Conversion

Use casts as with any other standard C type.

Copy/Assign

Use as is the convention with the size_t type.


Generated with
CERN WebMaker