Om
|
#include "list.hpp"
Public Member Functions | |
Node () | |
Node * | GetNode (NodeIndex const) |
Gets the prior or next Node. More... | |
Node const * | GetNode (NodeIndex const) const |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More... | |
ThisValue & | GetValue () |
Gets a reference to the stored value. More... | |
ThisValue const & | GetValue () const |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More... | |
Private Attributes | |
NodeArray | thisNodeArray |
The prior and next Node; cannot both be null. More... | |
ThisValue | thisValue |
Friends | |
class | List< ThisValue > |
Om::List< ThisValue >::Node::Node | ( | ) |
Node const* Om::List< ThisValue >::Node::GetNode | ( | NodeIndex const | ) | const |
ThisValue& Om::List< ThisValue >::Node::GetValue | ( | ) |
ThisValue const& Om::List< ThisValue >::Node::GetValue | ( | ) | const |
|
friend |
|
private |