Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages | Examples

DataEntry.h File Reference

Go to the source code of this file.

Classes

class  rdaDataEntry
 Objects of this class serve as containers that can hold a value of different types. More...


Typedefs

typedef long long longlong
 The 64 bit signed integer type.


Detailed Description


Typedef Documentation

typedef longlong
 

The 64 bit signed integer type.

It is defined in this file as

   typedef long long longlong;
for Unix/GCC platforms, and as
   typedef __int64 longlong;
for Windows/VC++ platforms.


RDA-2.3 documentation - 27 Jun 2007 - N.Trofimov