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 903 of file template.h.
|
inline |
Definition at line 905 of file template.h.
T owl::TBaseNode< T >::Data |
Definition at line 909 of file template.h.
TBaseNode* owl::TBaseNode< T >::Next |
Definition at line 907 of file template.h.
TBaseNode* owl::TBaseNode< T >::Prev |
Definition at line 908 of file template.h.