BOSS 7.0.1
BESIII Offline Software System
|
Go to the source code of this file.
Macros | |
#define | std |
#define | STDC |
#define | true 1 |
#define | false 0 |
#define | typename |
#define | explicit |
#define | restrict |
#define | STATIC_CAST(type, expr) ((type)(expr)) |
#define | CONST_CAST(type, expr) ((type)(expr)) |
#define | REINTERPRET_CAST(type, expr) ((type)(expr)) |
#define | CXX_T_DEFAULT(x) |
#define | CXX_T_ONDEFAULT(def, nodef) nodef |
#define | TEMPLATE_NULL_ARGS |
#define | TEMPLATE_NULL_SPEC |
#define | ITERATOR_BASE(cat, val, diff) : public std::cat<val,diff> |
#define | REVERSE_ITERATOR(tname, tag, iter, value, reference, pointer, difference) I_don_t_know_how_to_define_reverse_iterator |
#define | TEMPLATE_RESCOPE(scope) typename scope:: |
Typedefs | |
typedef int | bool |
#define CONST_CAST | ( | type, | |
expr | |||
) | ((type)(expr)) |
Definition at line 48 of file BesCxxPolicy/BesCxxPolicy-00-01-01/CxxFeatures/config.h.
#define CXX_T_DEFAULT | ( | x | ) |
Definition at line 60 of file BesCxxPolicy/BesCxxPolicy-00-01-01/CxxFeatures/config.h.
#define CXX_T_ONDEFAULT | ( | def, | |
nodef | |||
) | nodef |
Definition at line 61 of file BesCxxPolicy/BesCxxPolicy-00-01-01/CxxFeatures/config.h.
#define explicit |
Definition at line 31 of file BesCxxPolicy/BesCxxPolicy-00-01-01/CxxFeatures/config.h.
#define false 0 |
Definition at line 22 of file BesCxxPolicy/BesCxxPolicy-00-01-01/CxxFeatures/config.h.
#define ITERATOR_BASE | ( | cat, | |
val, | |||
diff | |||
) | : public std::cat<val,diff> |
Definition at line 90 of file BesCxxPolicy/BesCxxPolicy-00-01-01/CxxFeatures/config.h.
#define REINTERPRET_CAST | ( | type, | |
expr | |||
) | ((type)(expr)) |
Definition at line 49 of file BesCxxPolicy/BesCxxPolicy-00-01-01/CxxFeatures/config.h.
#define restrict |
Definition at line 38 of file BesCxxPolicy/BesCxxPolicy-00-01-01/CxxFeatures/config.h.
#define REVERSE_ITERATOR | ( | tname, | |
tag, | |||
iter, | |||
value, | |||
reference, | |||
pointer, | |||
difference | |||
) | I_don_t_know_how_to_define_reverse_iterator |
Definition at line 106 of file BesCxxPolicy/BesCxxPolicy-00-01-01/CxxFeatures/config.h.
#define STATIC_CAST | ( | type, | |
expr | |||
) | ((type)(expr)) |
Definition at line 47 of file BesCxxPolicy/BesCxxPolicy-00-01-01/CxxFeatures/config.h.
#define std |
Definition at line 5 of file BesCxxPolicy/BesCxxPolicy-00-01-01/CxxFeatures/config.h.
#define STDC |
Definition at line 11 of file BesCxxPolicy/BesCxxPolicy-00-01-01/CxxFeatures/config.h.
#define TEMPLATE_NULL_ARGS |
Definition at line 67 of file BesCxxPolicy/BesCxxPolicy-00-01-01/CxxFeatures/config.h.
#define TEMPLATE_NULL_SPEC |
Definition at line 73 of file BesCxxPolicy/BesCxxPolicy-00-01-01/CxxFeatures/config.h.
#define TEMPLATE_RESCOPE | ( | scope | ) | typename scope:: |
Definition at line 113 of file BesCxxPolicy/BesCxxPolicy-00-01-01/CxxFeatures/config.h.
#define true 1 |
Definition at line 19 of file BesCxxPolicy/BesCxxPolicy-00-01-01/CxxFeatures/config.h.
#define typename |
Definition at line 27 of file BesCxxPolicy/BesCxxPolicy-00-01-01/CxxFeatures/config.h.
typedef int bool |
Definition at line 16 of file BesCxxPolicy/BesCxxPolicy-00-01-01/CxxFeatures/config.h.