Searched defs:ExceptionTreeNode (Results 1 – 1 of 1) sorted by relevance
39 struct ExceptionTreeNode { struct40 typedef std::vector< ExceptionTreeNode * > Children;43 ExceptionTreeNode(rtl::OString const & theName): in ExceptionTreeNode() argument47 ~ExceptionTreeNode() { clearChildren(); } in ~ExceptionTreeNode()50 void setPresent() { present = true; clearChildren(); } in setPresent()55 rtl::OString name;56 bool present;57 Children children;
Completed in 13 milliseconds