33 pred(0), succ(0), head(0)
38 pred(p), succ(s), head(h)
75void Link::Follow(
Link *li)
86void Link::Precede(
Link *li)
base class for all double-linked list items item can be at single place only (identified by where()...
List * head
pointer to List (if any)
virtual void Out()
remove from list
virtual void Into(List *l)
insert last
list of Link* items, uses data from Link
virtual Link * Get(iterator pos)
remove at position
void PredIns(Link *e, iterator pos)
void PostIns(Link *e, iterator pos)
Internal header file for SIMLIB/C++.
Implementation of class CalendarList interface is static - using global functions in SQS namespace.
void SIMLIB_error(const enum _ErrEnum N)
print error message and abort program
Main SIMLIB/C++ interface.