ARB
|
#include "ed4_class.hxx"
Go to the source code of this file.
Classes | |
class | ED4_objspec_registry |
Macros | |
#define | MAX_POSSIBLE_SPECIFIED_OBJECT_TYPES ((sizeof(ED4_level)*8)-1) |
Functions | |
STATIC_ASSERT (SPECIFIED_OBJECT_TYPES<=MAX_POSSIBLE_SPECIFIED_OBJECT_TYPES) | |
int | level2index (ED4_level lev) |
ED4_level | index2level (int index) |
static class ED4_objspec_registry & | get_objspec_registry () |
#define MAX_POSSIBLE_SPECIFIED_OBJECT_TYPES ((sizeof(ED4_level)*8)-1) |
Definition at line 14 of file ED4_objspec.cxx.
STATIC_ASSERT | ( | SPECIFIED_OBJECT_TYPES<= | MAX_POSSIBLE_SPECIFIED_OBJECT_TYPES | ) |
Definition at line 18 of file ED4_objspec.cxx.
Referenced by ED4_objspec_registry::get_object_spec(), and ED4_objspec_registry::register_objspec().
Definition at line 32 of file ED4_objspec.cxx.
|
static |
Definition at line 90 of file ED4_objspec.cxx.
Referenced by ED4_objspec::ED4_objspec(), ED4_objspec::init_object_specs(), and ED4_objspec::recalc_descendants().