![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cVariantData.h>
Public Attributes | |
BYTE | m_data [sizeof(_TYPE)] |
A dumb data block of some arbitrary size. So we won't engage construct/destruct logic in union. union placeholder for the proper size of the dynamic element. (like arrays,blobs,etc)
BYTE GrayLib::cVariantStub< _TYPE >::m_data[sizeof(_TYPE)] |