Go to the documentation of this file.
6 #ifndef TAPKEE_DEFINES_STDTYPES_H_
7 #define TAPKEE_DEFINES_STDTYPES_H_
9 #ifndef TAPKEE_INTERNAL_VECTOR
11 #define TAPKEE_INTERNAL_VECTOR std::vector
13 #ifndef TAPKEE_INTERNAL_PAIR
15 #define TAPKEE_INTERNAL_PAIR std::pair
17 #ifndef TAPKEE_INTERNAL_MAP
19 #define TAPKEE_INTERNAL_MAP std::map