#include "acsutil.h"
#include "cdbExport.h"
#include <vector>
#include <ace/SString.h>
Include dependency graph for cdbData_Types.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | cdb |
Defines | |
#define | FALSE 0 |
#define | TRUE 1 |
Typedefs | |
typedef ACE_CString | String |
typedef unsigned char | Octet |
typedef bool | Boolean |
typedef signed short | Short |
typedef signed long | Long |
typedef unsigned short | UShort |
typedef unsigned long | ULong |
typedef float | Float |
typedef double | Double |
typedef std::vector< String > | StringArray |
typedef std::vector< Octet > | OctetArray |
typedef std::vector< Short > | ShortArray |
typedef std::vector< Long > | LongArray |
typedef std::vector< LongLong > | LongLongArray |
typedef std::vector< UShort > | UShortArray |
typedef std::vector< ULong > | ULongArray |
typedef std::vector< ULongLong > | ULongLongArray |
typedef std::vector< Float > | FloatArray |
typedef std::vector< Double > | DoubleArray |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|