Home
last modified time | relevance | path

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

/trunk/main/codemaker/inc/codemaker/
H A Dexceptiontree.hxx50 void setPresent() { present = true; clearChildren(); } in setPresent() function
/trunk/main/codemaker/source/codemaker/
H A Dexceptiontree.cxx84 node->setPresent(); in add()