CGEM BOSS 6.6.5.i
BESIII Offline Software System
Loading...
Searching...
No Matches
config.h File Reference

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)
 
#define CONST_CAST(type, expr)
 
#define REINTERPRET_CAST(type, expr)
 
#define CXX_T_DEFAULT(x)
 
#define CXX_T_ONDEFAULT(def, nodef)
 
#define TEMPLATE_NULL_ARGS
 
#define TEMPLATE_NULL_SPEC
 
#define ITERATOR_BASE(cat, val, diff)
 
#define REVERSE_ITERATOR(tname, tag, iter, value, reference, pointer, difference)
 
#define TEMPLATE_RESCOPE(scope)
 

Typedefs

typedef int bool
 

Macro Definition Documentation

◆ CONST_CAST

#define CONST_CAST ( type,
expr )
Value:
((type)(expr))

Definition at line 48 of file BesCxxPolicy/BesCxxPolicy-00-01-01/CxxFeatures/config.h.

◆ CXX_T_DEFAULT

#define CXX_T_DEFAULT ( x)

◆ CXX_T_ONDEFAULT

#define CXX_T_ONDEFAULT ( def,
nodef )
Value:
nodef

Definition at line 61 of file BesCxxPolicy/BesCxxPolicy-00-01-01/CxxFeatures/config.h.

◆ explicit

#define explicit

◆ false

◆ ITERATOR_BASE

#define ITERATOR_BASE ( cat,
val,
diff )
Value:
: public std::cat<val,diff>

Definition at line 90 of file BesCxxPolicy/BesCxxPolicy-00-01-01/CxxFeatures/config.h.

◆ REINTERPRET_CAST

#define REINTERPRET_CAST ( type,
expr )
Value:
((type)(expr))

Definition at line 49 of file BesCxxPolicy/BesCxxPolicy-00-01-01/CxxFeatures/config.h.

◆ restrict

#define restrict

◆ REVERSE_ITERATOR

#define REVERSE_ITERATOR ( tname,
tag,
iter,
value,
reference,
pointer,
difference )
Value:
I_don_t_know_how_to_define_reverse_iterator

Definition at line 106 of file BesCxxPolicy/BesCxxPolicy-00-01-01/CxxFeatures/config.h.

106# define REVERSE_ITERATOR(tname,tag,iter,value,reference,pointer,difference) \
107 I_don_t_know_how_to_define_reverse_iterator

◆ STATIC_CAST

#define STATIC_CAST ( type,
expr )
Value:
((type)(expr))

Definition at line 47 of file BesCxxPolicy/BesCxxPolicy-00-01-01/CxxFeatures/config.h.

◆ std

#define std

◆ STDC

#define STDC

◆ TEMPLATE_NULL_ARGS

#define TEMPLATE_NULL_ARGS

◆ TEMPLATE_NULL_SPEC

#define TEMPLATE_NULL_SPEC

◆ TEMPLATE_RESCOPE

#define TEMPLATE_RESCOPE ( scope)
Value:
typename scope::

Definition at line 113 of file BesCxxPolicy/BesCxxPolicy-00-01-01/CxxFeatures/config.h.

◆ true

◆ typename

#define typename

Typedef Documentation

◆ bool

typedef int bool