dca_interface  6.3.4
base_types.h File Reference

Basic types definitions for the DCA. More...

#include <cstddef>

Go to the source code of this file.

Macros

#define PRIVATE_PTR
 Type for private pointer implementations, for internal use only.
 

Typedefs

typedef int DCA_MODULE_ID_TYPE
 Type for module ids.
 
typedef char * DCA_CATEGORIES_INFO_TYPE
 Type for CategoryInfo objects.
 
typedef int DCA_CATEGORY_ID_TYPE
 Type for category ids.
 
typedef int DCA_GROUP_ID_TYPE
 Type for group ids.
 
typedef int DCA_ACTION_ID_TYPE
 Type for action ids.
 
typedef int DCA_APPLICATION_ID_TYPE
 Type for application ids.
 
typedef int DCA_TAG_ID_TYPE
 Type for tag ids.
 
typedef int DCA_RESULT_TYPE
 Type for return codes.
 
typedef size_t DCA_INDEX_TYPE
 Type for index access (used for arrays and collections).
 
typedef size_t DCA_SIZE_TYPE
 Type for size (used for size of array and collections).
 
typedef int DbType
 Type for DbConnection classes.
 

Detailed Description

Basic types definitions for the DCA.

Definition in file base_types.h.