14 TASSERT( !
IsLinked(),
"TNode::InsertAfter - TNode shouldn't be linked" );
25 TASSERT( !
IsLinked(),
"TNode::InsertBefore - TNode shouldn't be linked" );
40 TNode* pCurNode = m_pNext;
54 TNode* pCurNode = m_pPrev;
55 while ( pCurNode !=
End() && iPriority < pCurNode->m_iPriority )
74 TNode* pNode = m_pNext;
76 while ( pNode !=
End() )
106void TGenericPriList::TNode::Reset()
#define TOSHI_NAMESPACE_START
#define TOSHI_NAMESPACE_END
void Insert(TNode *a_pNode, TINT iPriority)
TNode & operator=(const TNode &a_pNode)
void InsertBefore(TNode *a_pNode)
void InsertAfter(TNode *a_pNode)
void SetPriority(TINT priority)