Searched refs:ElementConfigPtr (Results 1 – 2 of 2) sorted by relevance
78 void addElement( ElementConfigPtr& rElementConfig ) throw ( SAXException );82 …ElementConfigPtr importElementConfig( const Reference< XAttributeList > & xAttribs ) throw( SAXExc…83 …ElementConfigPtr importSwitchConfig( const Reference< XAttributeList > & xAttribs ) throw( SAXExce…84 …ElementConfigPtr importCaseConfig( const Reference< XAttributeList > & xAttribs ) throw( SAXExcept…87 std::stack< ElementConfigPtr > maElementStack;128 void ConfigHandler::addElement( ElementConfigPtr& rElementConfig ) throw ( SAXException ) in addElement()168 ElementConfigPtr pElement; in startElement()249 ElementConfigPtr aPtr( new AtomConfig( getAttribute(xAttribs,"name"), bIsContainer ) ); in importAtomConfig()257 …ElementConfigPtr pElementConfig( new ElementConfigContainer( getAttribute( xAttribs, "name" ), nTy… in importElementConfig()272 ElementConfigPtr pElementConfig( new SwitchElementConfig( nType ) ); in importSwitchConfig()[all …]
55 typedef boost::shared_ptr< ElementConfig > ElementConfigPtr; typedef56 typedef std::list< ElementConfigPtr > ElementConfigList;83 void addElementConfig( ElementConfigPtr p ) { maElementConfigList.push_back( p ); } in addElementConfig()125 typedef std::map< UINT16, ElementConfigPtr > AtomConfigMap;
Completed in 18 milliseconds