31 #include <casacore/casa/aips.h>
163 if (
Next) (*Next).Prev =
this;
171 if ((*Next).Prev) (*(*Next).Prev).
Next = 0;
207 #ifndef CASACORE_NO_AUTO_TEMPLATES
208 #include <casacore/casa/Containers/Link.tcc>
const Link< t > * next() const
Link< t > *& next()
These member functions allow traversal of the list.
Link< t > * unlink(Link< t > *=0)
This function unlinks a given element of the list.
Link(t e, Link< t > *p=0, Link< t > *n=0)
This is where the maintenance of the list happens.
~Link()
This destructor destroys the rest of the list, i.e.
const Link< t > * prev() const
t & val()
The val() member function will return a reference to the contents of the current node.
const Double e
e and functions thereof:
this file contains all the compiler specific defines