

Go to the source code of this file.
| #define Instantiate_TList_T_MIN | ( | TYPE, | |
| TAG | |||
| ) |
Instantiate rules for list template.
Definition at line 52 of file EST_TListI.h.
| #define Instantiate_TList_T | ( | TYPE, | |
| TAG | |||
| ) | Instantiate_TList_T_MIN(TYPE, TAG) |
Definition at line 58 of file EST_TListI.h.
| #define Instantiate_TList | ( | TYPE | ) | Instantiate_TList_T(TYPE, TYPE) |
Definition at line 61 of file EST_TListI.h.
| #define Declare_TList_TN | ( | TYPE, | |
| MaxFree, | |||
| TAG | |||
| ) |
Definition at line 63 of file EST_TListI.h.
| #define Declare_TList_T | ( | TYPE, | |
| TAG | |||
| ) | Declare_TList_TN(TYPE,0,TAG) |
Definition at line 68 of file EST_TListI.h.
| #define Declare_TList_Base_TN | ( | TYPE, | |
| MaxFree, | |||
| TAG | |||
| ) | Declare_TList_TN(TYPE,MaxFree,TAG) |
Definition at line 71 of file EST_TListI.h.
| #define Declare_TList_Base_T | ( | TYPE, | |
| TAG | |||
| ) | Declare_TList_Base_TN(TYPE,0,TAG) \ |
Definition at line 73 of file EST_TListI.h.
| #define Declare_TList_Class_TN | ( | TYPE, | |
| MaxFree, | |||
| TAG | |||
| ) | Declare_TList_TN(TYPE,MaxFree,TAG) |
Definition at line 76 of file EST_TListI.h.
| #define Declare_TList_Class_T | ( | TYPE, | |
| TAG | |||
| ) | Declare_TList_Class_TN(TYPE,0,TAG) \ |
Definition at line 78 of file EST_TListI.h.
| #define Declare_TList_N | ( | TYPE, | |
| MaxFree | |||
| ) | Declare_TList_TN(TYPE,MaxFree,TYPE) |
Definition at line 81 of file EST_TListI.h.
| #define Declare_TList_Base_N | ( | TYPE, | |
| MaxFree | |||
| ) | Declare_TList_Base_TN(TYPE,MaxFree,TYPE) |
Definition at line 82 of file EST_TListI.h.
| #define Declare_TList_Class_N | ( | TYPE, | |
| MaxFree | |||
| ) | Declare_TList_Class_TN(TYPE,MaxFree,TYPE) |
Definition at line 83 of file EST_TListI.h.
| #define Declare_TList | ( | TYPE | ) | Declare_TList_N(TYPE,0) |
Definition at line 85 of file EST_TListI.h.
| #define Declare_TList_Base | ( | TYPE | ) | Declare_TList_Base_N(TYPE,0) |
Definition at line 86 of file EST_TListI.h.
| #define Declare_TList_Class | ( | TYPE | ) | Declare_TList_Class_N(TYPE,0) |
Definition at line 87 of file EST_TListI.h.