#include <string>Include dependency graph for common_types.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | EX_TYPE_INT8 char |
| #define | COUT(x) do { } while(0) |
| #define | CERR(x) do { } while(0) |
| #define | FORGET_OBJECT(x) do { delete x; x = 0; } while(0) |
| #define | FORGET_ARRAY(x) do { delete [] x; x = 0; } while(0) |
Typedefs | |
| typedef unsigned char | uint8 |
| typedef unsigned EX_TYPE_INT16 | uint16 |
| typedef unsigned EX_TYPE_INT32 | uint32 |
| typedef signed char | sint8 |
| typedef signed EX_TYPE_INT16 | sint16 |
| typedef signed EX_TYPE_INT32 | sint32 |
Variables | |
| const std::string | c_empty_string |
| #define CERR | ( | x | ) | do { } while(0) |
Definition at line 88 of file common_types.h.
| #define COUT | ( | x | ) | do { } while(0) |
Definition at line 87 of file common_types.h.
| #define EX_TYPE_INT8 char |
Definition at line 38 of file common_types.h.
| #define FORGET_ARRAY | ( | x | ) | do { delete [] x; x = 0; } while(0) |
Definition at line 95 of file common_types.h.
| #define FORGET_OBJECT | ( | x | ) | do { delete x; x = 0; } while(0) |
Definition at line 94 of file common_types.h.
| typedef signed EX_TYPE_INT16 sint16 |
Definition at line 70 of file common_types.h.
| typedef signed EX_TYPE_INT32 sint32 |
Definition at line 71 of file common_types.h.
| typedef signed char sint8 |
Definition at line 69 of file common_types.h.
| typedef unsigned EX_TYPE_INT16 uint16 |
Definition at line 66 of file common_types.h.
| typedef unsigned EX_TYPE_INT32 uint32 |
Definition at line 67 of file common_types.h.
| typedef unsigned char uint8 |
Definition at line 65 of file common_types.h.
| const std::string c_empty_string |
1.5.1