Collection value types. More...
#include <kanzi/core/legacy/util/collection/kzc_collection_value.hpp>
Public Member Functions | |
KzcCollectionValue () | |
Public Attributes | |
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.
|
inline |
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.