KDIS  2-8-x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EnumDescriptor.h File Reference
#include "./../../KDefines.h"
Include dependency graph for EnumDescriptor.h:
This graph shows which files directly or indirectly include this file:

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