Dynalib Utils
Macros | Typedefs | Functions
ICacheConst.h File Reference
#include "IndexConfig.h"
#include "DynaArray.h"
#include "DynaHashMap.h"
Include dependency graph for ICacheConst.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CHAR_BYTES   sizeof(char)
 
#define SHORT_BYTES   sizeof(short)
 
#define UUID_BYTES   16
 
#define STR_BYTES   255
 
#define INDEX_BYTES   sizeof(int64_t)
 

Typedefs

typedef int64_t index_t
 

Functions

 MAKE_ARRAYTYPE_DEF (index_t, IndexRef)
 

Macro Definition Documentation

◆ CHAR_BYTES

#define CHAR_BYTES   sizeof(char)

◆ INDEX_BYTES

#define INDEX_BYTES   sizeof(int64_t)

◆ SHORT_BYTES

#define SHORT_BYTES   sizeof(short)

◆ STR_BYTES

#define STR_BYTES   255

◆ UUID_BYTES

#define UUID_BYTES   16

Typedef Documentation

◆ index_t

typedef int64_t index_t

Function Documentation

◆ MAKE_ARRAYTYPE_DEF()

MAKE_ARRAYTYPE_DEF ( index_t  ,
IndexRef   
)