Home
last modified time | relevance | path

Searched defs:ExceptionTreeNode (Results 1 – 1 of 1) sorted by relevance

/trunk/main/codemaker/inc/codemaker/
H A Dexceptiontree.hxx39 struct ExceptionTreeNode { struct
40 typedef std::vector< ExceptionTreeNode * > Children;
43 ExceptionTreeNode(rtl::OString const & theName): in ExceptionTreeNode() argument
47 ~ExceptionTreeNode() { clearChildren(); } in ~ExceptionTreeNode()
50 void setPresent() { present = true; clearChildren(); } in setPresent()
55 rtl::OString name;
56 bool present;
57 Children children;

Completed in 17 milliseconds