Go to the source code of this file.
Macros | |
#define | Instantiate_TSortable_T(TYPE, TAG) |
#define | Instantiate_TSortable(TYPE) Instantiate_TSortable_T(TYPE, TYPE) |
#define | Declare_TSortable_T(TYPE, TAG) |
#define | Declare_TSortable_Base_T(TYPE, DEFAULT, ERROR, TAG) |
#define | Declare_TSortable_Class_T(TYPE, DEFAULT, ERROR, TAG) |
#define | Declare_TSortable(TYPE) Declare_TSortable_T(TYPE,TYPE) |
#define | Declare_TSortable_Base(TYPE, DEFAULT, ERROR) Declare_TSortable_Base_T(TYPE,DEFAULT,ERROR,TYPE) |
#define | Declare_TSortable_Class(TYPE, DEFAULT, ERROR) Declare_TSortable_Class_T(TYPE,DEFAULT,ERROR,TYPE) |
#define Instantiate_TSortable_T | ( | TYPE, | |
TAG | |||
) |
Instantiate rules for sortable template.
Definition at line 48 of file EST_TSortableI.h.
#define Instantiate_TSortable | ( | TYPE | ) | Instantiate_TSortable_T(TYPE, TYPE) |
Definition at line 61 of file EST_TSortableI.h.
#define Declare_TSortable_T | ( | TYPE, | |
TAG | |||
) |
Definition at line 63 of file EST_TSortableI.h.
#define Declare_TSortable_Base_T | ( | TYPE, | |
DEFAULT, | |||
ERROR, | |||
TAG | |||
) |
Definition at line 65 of file EST_TSortableI.h.
#define Declare_TSortable_Class_T | ( | TYPE, | |
DEFAULT, | |||
ERROR, | |||
TAG | |||
) |
Definition at line 67 of file EST_TSortableI.h.
#define Declare_TSortable | ( | TYPE | ) | Declare_TSortable_T(TYPE,TYPE) |
Definition at line 69 of file EST_TSortableI.h.
#define Declare_TSortable_Base | ( | TYPE, | |
DEFAULT, | |||
ERROR | |||
) | Declare_TSortable_Base_T(TYPE,DEFAULT,ERROR,TYPE) |
Definition at line 71 of file EST_TSortableI.h.
#define Declare_TSortable_Class | ( | TYPE, | |
DEFAULT, | |||
ERROR | |||
) | Declare_TSortable_Class_T(TYPE,DEFAULT,ERROR,TYPE) |
Definition at line 72 of file EST_TSortableI.h.