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