libyui-ncurses  2.44.1
 All Classes Functions Variables
tnode< n_value > Class Template Reference
Collaboration diagram for tnode< n_value >:

Public Member Functions

 tnode (n_value v, self *p=0, const bool behind=true)
 
 tnode (n_value v, self &p, const bool behind=true)
 
 tnode (n_value v, self &p, self &s, const bool behind=true)
 
void Disconnect ()
 
bool ReparentTo (self &p, const bool behind=true)
 
bool ReparentTo (self &p, self &s, const bool behind=true)
 
n_value & Value () const
 
n_value & operator() () const
 
selfParent ()
 
const selfParent () const
 
selfPsibling ()
 
const selfPsibling () const
 
selfNsibling ()
 
const selfNsibling () const
 
selfFchild ()
 
const selfFchild () const
 
selfLchild ()
 
const selfLchild () const
 
bool HasParent () const
 
bool HasSiblings () const
 
bool HasChildren () const
 
bool IsParentOf (const self &c) const
 
bool IsSiblingOf (const self &s) const
 
bool IsChildOf (const self &p) const
 
unsigned Depth () const
 
bool IsDescendantOf (const self &n) const
 
bool IsDescendantOf (const self *n) const
 
selfTop ()
 
selfNext (const bool restart=false)
 
selfPrev (const bool restart=false)
 
selfNext (self *&c, const bool restart=false)
 
selfPrev (self *&c, const bool restart=false)
 
const selfTop () const
 
const selfNext (const bool restart=false) const
 
const selfPrev (const bool restart=false) const
 
const selfNext (const self *&c, const bool restart=false) const
 
const selfPrev (const self *&c, const bool restart=false) const
 

Protected Types

typedef tnode< n_value > self
 

Protected Member Functions

virtual void PreDisconnect ()
 
virtual void PostDisconnect ()
 
virtual void PreReparent ()
 
virtual void PostReparent ()
 

Protected Attributes

n_value val
 

Detailed Description

template<class n_value>
class tnode< n_value >

Definition at line 31 of file tnode.h.


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