Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
nw4hbm::ut::LinkListNode Class Reference

#include <LinkList.h>

+ Inheritance diagram for nw4hbm::ut::LinkListNode:
+ Collaboration diagram for nw4hbm::ut::LinkListNode:

Public Member Functions

 LinkListNode ()
 
LinkListNodeGetNext () const
 
LinkListNodeGetPrev () const
 

Private Attributes

LinkListNodemNext
 
LinkListNodemPrev
 

Friends

class detail::LinkListImpl
 

Additional Inherited Members

- Private Member Functions inherited from nw4hbm::ut::NonCopyable
 NonCopyable ()
 
 ~NonCopyable ()
 

Constructor & Destructor Documentation

◆ LinkListNode()

nw4hbm::ut::LinkListNode::LinkListNode ( )
inline

Member Function Documentation

◆ GetNext()

LinkListNode * nw4hbm::ut::LinkListNode::GetNext ( ) const
inline

◆ GetPrev()

LinkListNode * nw4hbm::ut::LinkListNode::GetPrev ( ) const
inline

Friends And Related Symbol Documentation

◆ detail::LinkListImpl

friend class detail::LinkListImpl
friend

Member Data Documentation

◆ mNext

LinkListNode* nw4hbm::ut::LinkListNode::mNext
private

◆ mPrev

LinkListNode* nw4hbm::ut::LinkListNode::mPrev
private

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