This file invents an S-expression which itself is a container for S-expressions, organized as a doubly-linked list. See the SExpressionDoubleList class description.
Definition in file sdbllist.hpp.
#include "iexcept.hpp"
#include "sbacklnk.hpp"
#include "gensref.hpp"
Include dependency graph for sdbllist.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Typedefs | |
typedef GenericSReference< SExpressionDoubleList, IntelibX_not_a_doublelist > | SDoubleListRefBase |
A base for a type-specific smartpointer. |
|
A base for a type-specific smartpointer.
Definition at line 121 of file sdbllist.hpp. |