|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
#include <owl/template.h>
Public Member Functions | |
| TBaseNode (const T &data) | |
Public Attributes | |
| TBaseNode * | Next |
| TBaseNode * | Prev |
| T | Data |
Definition at line 1050 of file template.h.
|
inline |
Definition at line 1054 of file template.h.
| T owl::TBaseNode< T >::Data |
Definition at line 1058 of file template.h.
| TBaseNode* owl::TBaseNode< T >::Next |
Definition at line 1056 of file template.h.
| TBaseNode* owl::TBaseNode< T >::Prev |
Definition at line 1057 of file template.h.