Inheritance diagram for OFListLink< T >:
Public Member Functions | |
OFListLink (const T &i) | |
virtual | ~OFListLink () |
Public Attributes | |
T | info |
Private Member Functions | |
OFListLink (const OFListLink< T > &) | |
OFListLink< T > & | operator= (const OFListLink< T > &) |
Definition at line 148 of file oflist.h.