Inheritance diagram for OFStackLinkBase:
Public Member Functions | |
OFStackLinkBase () | |
default constructor | |
virtual | ~OFStackLinkBase () |
destructor | |
Public Attributes | |
OFStackLinkBase * | next |
pointer to next entry in list | |
Private Member Functions | |
OFStackLinkBase (const OFStackLinkBase &) | |
private undefined copy constructor | |
OFStackLinkBase & | operator= (const OFStackLinkBase &) |
private undefined copy assignment operator |
Implicitly used by OFStack, should not be called by users.
Definition at line 59 of file ofstack.h.