#include <ut_LinkList.h>
Public Types | |
| typedef LinkListNode | Self |
Public Member Functions | |
| LinkListNode () | |
| Self * | GetNext () const |
| Self * | GetPrev () const |
Private Member Functions | |
| NW_DISALLOW_COPY_AND_ASSIGN (LinkListNode) | |
Private Attributes | |
| Self * | m_pNext |
| Self * | m_pPrev |
Friends | |
| class | internal::LinkListImpl |
| bool | operator== (const Self &r1, const Self &r2) |
| bool | operator!= (const Self &r1, const Self &r2) |
|
inlineexplicit |
|
private |
|
inline |
|
inline |
|
friend |
|
private |
|
private |