All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
KzcCollectionValue Union Reference

Collection value types. More...

#include <core/util/collection/kzc_collection_value.h>

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...
 

Detailed Description

Collection value types.

Constructor & Destructor Documentation

KzcCollectionValue::KzcCollectionValue ( )
inline

Member Data Documentation

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.


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