Searched refs:EStack (Results 1 – 5 of 5) sorted by relevance
38 class EStack : private std::slist<ELEM> class50 EStack() {} in EStack() function in EStack51 EStack( in EStack() function in EStack52 const EStack & i_rStack ) in EStack()54 ~EStack() {} in ~EStack()56 EStack & operator=( in operator =()57 const EStack & i_rStack ) in operator =()61 const EStack<ELEM> & in operator ==()65 const EStack<ELEM> & in operator <()
85 typedef EStack< ary::cpp::Namespace* > Stack_Namespaces;86 typedef EStack< ClassEnv > Stack_Classes;
74 EStack< const ary::cpp::Namespace * >76 EStack< const ary::cpp::Class * >
59 EStack< csi::xml::Element * >
52 EStack< csi::xml::Element * >
Completed in 24 milliseconds