![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include "../GrayLibBase.h"
#include "GrayCore/include/cTypes.h"
#include "GrayCore/include/StrConst.h"
#include "cVariantTypes.tbl"
Go to the source code of this file.
Classes | |
class | GrayLib::cVariantTypeDef |
Namespaces | |
GrayLib | |
Macros | |
#define | cVariantTypeDEF(a, b, c, d, e, f) VARTYPE_##a, |
Enumerations | |
enum | GrayLib::VARTYPE_TYPE { GrayLib::VARTYPE_NoType = 0 , GrayLib::VARTYPE_QTY , GrayLib::VARTYPE_Int = VARTYPE_Int32 , GrayLib::VARTYPE_UInt = VARTYPE_DWord , GrayLib::VARTYPE_Enum = VARTYPE_Int , GrayLib::VARTYPE_Long = VARTYPE_Int32 , GrayLib::VARTYPE_ULong = VARTYPE_DWord , GrayLib::VARTYPE_FLAG_ZERO = 0x80 } |
< define types of structure/record elements. (COM uses VARTYPE=VARENUM for this) stored as BYTE More... | |
#define cVariantTypeDEF | ( | a, | |
b, | |||
c, | |||
d, | |||
e, | |||
f | |||
) | VARTYPE_##a, |