Inheritance diagram for OFStackLink< T >:
Public Member Functions | |
OFStackLink (const T &i) | |
constructor | |
virtual | ~OFStackLink () |
destructor | |
Public Attributes | |
T | info |
element on stack | |
Private Member Functions | |
OFStackLink (const OFStackLink< T > &) | |
private undefined copy constructor | |
OFStackLink< T > & | operator= (const OFStackLink< T > &) |
private undefined copy assignment operator |
Implicitly used by OFStack, should not be called by users.
Definition at line 166 of file ofstack.h.
OFStackLink< T >::OFStackLink | ( | const T & | i | ) | [inline] |