5 #include <libutl/MaxObject.h> 63 return (_next ==
nullptr);
98 _object =
const_cast<Object*
>(object);
106 _object =
const_cast<Object*
>(object);
const MaxObject maxObject
Global instance of MaxObject.
SlistNode * next() const
Get the next node (= self if self is tail node).
void setNext(SlistNode *node)
Set the next node.
bool isTail() const
Determine whether self is the tail node.
bool isSentinelTail() const
Determine whether self is a "sentinal" tail node.
SlistNode(const Object *object)
Constructor.
Root of UTL++ class hierarchy.
void init()
Initialize UTL++.