Go to the source code of this file.
Defines |
|
| #define | def_local_generic(fn, name) MS_LOCAL_GENERIC_CLASS fn##_gf (_M(name), &MS_LOCAL_ROOT_CLASS::fn##_vf) |
| #define | def_local_generic_debug_ok(fn, name) MS_LOCAL_GENERIC_CLASS fn##_gf (_M(name), &MS_LOCAL_ROOT_CLASS::fn##_vf) |
| #define | use_generic(fn, name) |
| #define | use_local_generic(fn, name) |
| #define | def_name(name) Value* n_##name; |
| #define def_local_generic | ( | fn, | |
| name | |||
| ) | MS_LOCAL_GENERIC_CLASS fn##_gf (_M(name), &MS_LOCAL_ROOT_CLASS::fn##_vf) |
Definition at line 20 of file local_class_instantiations.h.
| #define def_local_generic_debug_ok | ( | fn, | |
| name | |||
| ) | MS_LOCAL_GENERIC_CLASS fn##_gf (_M(name), &MS_LOCAL_ROOT_CLASS::fn##_vf) |
Definition at line 22 of file local_class_instantiations.h.
| #define use_generic | ( | fn, | |
| name | |||
| ) |
Definition at line 24 of file local_class_instantiations.h.
| #define use_local_generic | ( | fn, | |
| name | |||
| ) |
Definition at line 25 of file local_class_instantiations.h.
Definition at line 28 of file local_class_instantiations.h.