Module ADT
- Description
Various Abstract Data Types.
- Constant
__HAVE_CIRCULAR_LIST_REPLACE_BACK__
constant
int
ADT.__HAVE_CIRCULAR_LIST_REPLACE_BACK__
- Description
Presence of this symbol indicates that CircularList()->replace_back() is implemented.
- Constant
__HAVE_CIRCULAR_LIST_REPLACE_FRONT__
constant
int
ADT.__HAVE_CIRCULAR_LIST_REPLACE_FRONT__
- Description
Presence of this symbol indicates that CircularList()->replace_front() is implemented.