Home
last modified time | relevance | path

Searched refs:PE_Base (Results 1 – 4 of 4) sorted by relevance

/trunk/main/autodoc/source/parser/cpp/ !
H A Dpe_base.cxx39 static const PE_Base::Base aNullBase_;
42 PE_Base::PE_Base( Cpp_PE * i_pParent ) in PE_Base() function in cpp::PE_Base
44 pStati(new PeStatusArray<PE_Base>) in PE_Base()
53 pSpuBaseName = new SPU_BaseName(*pSpType, 0, &PE_Base::SpReturn_BaseName); in PE_Base()
57 PE_Base::~PE_Base() in ~PE_Base()
62 PE_Base::Call_Handler( const cpp::Token & i_rTok ) in Call_Handler()
68 PE_Base::Setup_StatusFunctions() in Setup_StatusFunctions()
70 typedef CallFunction<PE_Base>::F_Tok F_Tok; in Setup_StatusFunctions()
71 static F_Tok stateF_startOfNext[] = { &PE_Base::On_startOfNext_Identifier, in Setup_StatusFunctions()
72 &PE_Base::On_startOfNext_public, in Setup_StatusFunctions()
[all …]
H A Dpe_base.hxx43 class PE_Base : public Cpp_PE class
56 PE_Base(
58 ~PE_Base();
66 typedef SubPe< PE_Base, PE_Type > SP_Type;
67 typedef SubPeUse< PE_Base, PE_Type> SPU_BaseName;
92 Dyn< PeStatusArray<PE_Base> >
105 inline const PE_Base::BaseList &
106 PE_Base::Result_BaseIds() const in Result_BaseIds()
110 inline PE_Base::Base &
111 PE_Base::CurObject() in CurObject()
H A Dpe_class.hxx56 class PE_Base;
100 typedef SubPe< PE_Class, PE_Base > SP_Base;
107 typedef SubPeUse< PE_Class, PE_Base> SPU_Base;
H A Dpe_class.cxx261 for ( PE_Base::BaseList::const_iterator it = aBases.begin(); in Init_CurObject()