OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TBaseNode< T > Class Template Reference

#include <owl/template.h>

Public Member Functions

 TBaseNode (const T &data)
 

Public Attributes

TBaseNodeNext
 
TBaseNodePrev
 
Data
 

Detailed Description

template<class T>
class owl::TBaseNode< T >

Definition at line 903 of file template.h.

Constructor & Destructor Documentation

◆ TBaseNode()

template<class T >
owl::TBaseNode< T >::TBaseNode ( const T & data)
inline

Definition at line 905 of file template.h.

Member Data Documentation

◆ Data

template<class T >
T owl::TBaseNode< T >::Data

Definition at line 909 of file template.h.

◆ Next

template<class T >
TBaseNode* owl::TBaseNode< T >::Next

Definition at line 907 of file template.h.

◆ Prev

template<class T >
TBaseNode* owl::TBaseNode< T >::Prev

Definition at line 908 of file template.h.


The documentation for this class was generated from the following file: