|
CppCommon 1.0.5.0
C++ Common Library
|
#include <list.h>
Public Member Functions | |
| Node () | |
Public Attributes | |
| T * | next |
| Pointer to the next list node. | |
| T * | prev |
| Pointer to the previous list node. | |
List node.
|
inline |
| T* CppCommon::List< T >::Node::next |
| T* CppCommon::List< T >::Node::prev |