Go to the source code of this file.
Macros | |
#define | Instantiate_TDEQ_T(T, TAG) template class EST_TDeque<T>; |
#define | Instantiate_TDEQ(T) Instantiate_TDEQ_T(T, T) |
#define | Declare_TDEQ_T(T, TAG) template <> const T *EST_TDeque< T >::Filler=NULL; |
#define | Declare_TDEQ_Base_T(T, FILLER, TAG) |
#define | Declare_TDEQ_Class_T(T, FILLER, TAG) |
#define | Declare_TDEQ(T) Declare_TDEQ_T(T, T) |
#define | Declare_TDEQ_Base(T, FILLER) Declare_TDEQ_Base_T(T, FILLER, T) |
#define | Declare_TDEQ_Class(T, FILLER) Declare_TDEQ_Class_T(T, FILLER, T) |
#define Instantiate_TDEQ_T | ( | T, | |
TAG | |||
) | template class EST_TDeque<T>; |
Instantiate rules for list template.
Definition at line 49 of file EST_TDequeI.h.
#define Instantiate_TDEQ | ( | T | ) | Instantiate_TDEQ_T(T, T) |
Definition at line 52 of file EST_TDequeI.h.
#define Declare_TDEQ_T | ( | T, | |
TAG | |||
) | template <> const T *EST_TDeque< T >::Filler=NULL; |
Definition at line 54 of file EST_TDequeI.h.
#define Declare_TDEQ_Base_T | ( | T, | |
FILLER, | |||
TAG | |||
) |
Definition at line 57 of file EST_TDequeI.h.
#define Declare_TDEQ_Class_T | ( | T, | |
FILLER, | |||
TAG | |||
) |
Definition at line 62 of file EST_TDequeI.h.
#define Declare_TDEQ | ( | T | ) | Declare_TDEQ_T(T, T) |
Definition at line 66 of file EST_TDequeI.h.
#define Declare_TDEQ_Base | ( | T, | |
FILLER | |||
) | Declare_TDEQ_Base_T(T, FILLER, T) |
Definition at line 68 of file EST_TDequeI.h.
#define Declare_TDEQ_Class | ( | T, | |
FILLER | |||
) | Declare_TDEQ_Class_T(T, FILLER, T) |
Definition at line 69 of file EST_TDequeI.h.