|
Kanzi Graphics Engine
|
Collection value types. More...
#include <kzc_collection_value.h>
Data Fields | |
| kzSizeT | comparisonValue |
| Value used for comparison within this collection. More... | |
| const void * | pointerValue |
| Pointer value. More... | |
| kzString | stringValue |
| String value. More... | |
| kzInt | intValue |
| Integer value. More... | |
| kzUint | uintValue |
| Unsigned integer value. More... | |
| kzFloat | floatValue |
| Float value. More... | |
Collection value types.
| kzSizeT KzcCollectionValue::comparisonValue |
Value used for comparison within this collection.
Size of kzSizeT is the size of a pointer.
| const void* KzcCollectionValue::pointerValue |
Pointer value.
| kzString KzcCollectionValue::stringValue |
String value.
| kzInt KzcCollectionValue::intValue |
Integer value.
| kzUint KzcCollectionValue::uintValue |
Unsigned integer value.
| kzFloat KzcCollectionValue::floatValue |
Float value.