Home
last modified time | relevance | path

Searched refs:BiNode (Results 1 – 2 of 2) sorted by relevance

/trunk/main/rsc/source/tools/
H A Drsctree.cxx49 BiNode::BiNode(){ in BiNode() function in BiNode
62 BiNode::~BiNode(){ in ~BiNode()
77 aLink.Call( (BiNode *)this ); in EnumNodes()
91 BiNode * BiNode::ChangeDLListBTree( BiNode * pList ){ in ChangeDLListBTree()
92 BiNode * pRightNode; in ChangeDLListBTree()
93 BiNode * pMiddle; in ChangeDLListBTree()
94 BiNode * pTmp; in ChangeDLListBTree()
108 pList = (BiNode *)0; in ChangeDLListBTree()
111 pTmp->pRight = (BiNode *)0; in ChangeDLListBTree()
134 BiNode * BiNode::ChangeBTreeDLList(){ in ChangeBTreeDLList()
[all …]
/trunk/main/rsc/inc/
H A Drsctree.hxx30 class BiNode class
33 BiNode* pLeft; // left subtree
34 BiNode* pRight; // right subtree
40 BiNode * ChangeDLListBTree( BiNode * pList );
42 BiNode();
43 virtual ~BiNode();
48 BiNode* ChangeBTreeDLList();
50 BiNode * Left() const { return pLeft ; }; in Left()
51 BiNode * Right() const{ return pRight ; }; in Right()
56 class NameNode : public BiNode

Completed in 16 milliseconds