KDIS
2-8-x
|
#include "./../../KDefines.h"
Go to the source code of this file.
Classes | |
struct | EnumDescriptor |
Namespaces | |
KDIS | |
KDIS::DATA_TYPE | |
KDIS::DATA_TYPE::ENUMS | |
Functions | |
KString | GetEnumAsString (const EnumDescriptor *pArray, KUINT32 NumElements, KINT32 Value) |
Description: Uses a binary search to find the enum element. More... | |
KBOOL | GetEnumFromString (const EnumDescriptor *pArray, KUINT32 NumElements, const KString &Value, KINT32 &ValueOut) |
Description: Uses a linear search to find the enum value from a string. Search is case sensitive.. More... | |