Module ADT

Inheritance graph
_ADT ADT
Description

Various Abstract Data Types.


Inherit _ADT

inherit _ADT : _ADT


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.