Kaim::GeneratorGuidCompound Class Reference
#include <generatorguidcompound.h>
This class is a wrapper around an array of KyGuid objects.
Kaim::GeneratorGuidCompound::GeneratorGuidCompound |
( |
| ) |
|
|
inline |
Kaim::GeneratorGuidCompound::GeneratorGuidCompound |
( |
const GuidCompound & |
guidCompound | ) |
|
|
inline |
void Kaim::GeneratorGuidCompound::AddGuid |
( |
const KyGuid & |
guid | ) |
|
Adds the specified KyGuid to the array maintained by this object.
- Returns
- true if all GUIDs in the array maintained by this object match the GUIDs in the specified GeneratorGuidCompound.
bool Kaim::GeneratorGuidCompound::DoesContain |
( |
const KyGuid & |
guid | ) |
const |
- Returns
- true if the specified KyGuid is in the array maintained by this object.
KyGuid Kaim::GeneratorGuidCompound::GetMainGuid |
( |
| ) |
const |
|
inline |
void Kaim::GeneratorGuidCompound::InitFromBlob |
( |
const GuidCompound & |
guidCompound | ) |
|
Initialize from guidCompound (blob)
- Returns
- true if this object has more KyGuid objects in its array than the specified GeneratorGuidCompound, or false if it has fewer.
If they have the same number of KyGuid objects, iterates through each KyGuid in the arrays. For internal use. Note that this operator compare also the timeStamps so that we do the same as in GuidCompound but, this is useless since all the GeneratorGuidCompound have the same timeStamp during the generation
Note that this operator compare also the timeStamps so that we do the same as in GuidCompound but, this is useless since all the GeneratorGuidCompound have the same timeStamp during the generation.
void Kaim::GeneratorGuidCompound::SetTimeStamp |
( |
KyUInt32 |
timeStamp | ) |
|
|
inline |
Sets the last modified timestamp for this object to the specified value. For internal use.
void Kaim::GeneratorGuidCompound::Sort |
( |
| ) |
|
Sorts the KyGuid objects in the array. For internal use.
The array of KyGuid objects. Do not modify directly.
KyUInt32 Kaim::GeneratorGuidCompound::m_timeStamp |
The last modification date of this object. Do not modify directly.
The documentation for this class was generated from the following file: