anonymous enum [inherited]

Enumerator:
DT_VOID 
DT_CHAR 
DT_UCHAR 
DT_SHORT 
DT_USHORT 
DT_INT 
DT_UINT 
DT_LONG 
DT_ULONG 
DT_FLOAT 
DT_DOUBLE 
DT_STRING 
DT_LAST 

Definition at line 72 of file FXDataTarget.h.

00072        {
00073     DT_VOID=0,
00074     DT_CHAR,
00075     DT_UCHAR,
00076     DT_SHORT,
00077     DT_USHORT,
00078     DT_INT,
00079     DT_UINT,
00080     DT_LONG,
00081     DT_ULONG,
00082     DT_FLOAT,
00083     DT_DOUBLE,
00084     DT_STRING,
00085     DT_LAST
00086     };


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:33:14 2009 for TnFOX by doxygen v1.4.7