Home
last modified time | relevance | path

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

/aoo4110/main/codemaker/inc/codemaker/
H A Dexceptiontree.hxx39 struct ExceptionTreeNode { struct
40 typedef std::vector< ExceptionTreeNode * > Children; argument
43 ExceptionTreeNode(rtl::OString const & theName): in ExceptionTreeNode() function
47 ~ExceptionTreeNode() { clearChildren(); } in ~ExceptionTreeNode() argument
53 ExceptionTreeNode * add(rtl::OString const & theName);
60 ExceptionTreeNode(ExceptionTreeNode &); // not implemented
61 void operator =(ExceptionTreeNode); // not implemented
109 ExceptionTreeNode const * getRoot() const { return &m_root; } in getRoot()
115 ExceptionTreeNode m_root;
/aoo4110/main/codemaker/source/codemaker/
H A Dexceptiontree.cxx41 using codemaker::ExceptionTreeNode;
43 ExceptionTreeNode * ExceptionTreeNode::add(rtl::OString const & theName) { in add()
44 std::auto_ptr< ExceptionTreeNode > node(new ExceptionTreeNode(theName)); in add()
49 void ExceptionTreeNode::clearChildren() { in clearChildren()
81 ExceptionTreeNode * node = &m_root; in add()
87 for (ExceptionTreeNode::Children::iterator j( in add()
/aoo4110/main/codemaker/source/cppumaker/
H A Dcpputype.hxx38 struct ExceptionTreeNode;
365 FileStream & out, codemaker::ExceptionTreeNode const * node);
H A Dcpputype.cxx3755 codemaker::ExceptionTreeNode const * node) in includeExceptions()
3760 for (codemaker::ExceptionTreeNode::Children::const_iterator i( in includeExceptions()
4107 FileStream & out, codemaker::ExceptionTreeNode const * node) in dumpCatchClauses()
4117 for (codemaker::ExceptionTreeNode::Children::const_iterator i( in dumpCatchClauses()
/aoo4110/main/codemaker/source/javamaker/
H A Djavatype.cxx2591 codemaker::ExceptionTreeNode const * node, in addExceptionHandlers()
2599 for (codemaker::ExceptionTreeNode::Children::const_iterator i( in addExceptionHandlers()

Completed in 79 milliseconds