Home
last modified time | relevance | path

Searched refs:SubPe (Results 1 – 13 of 13) sorted by relevance

/trunk/main/autodoc/source/parser/inc/semantic/
H A Dsub_pe.hxx38 class SubPe class
41 typedef SubPe< PE, SUB > self;
43 SubPe(
65 SubPe<PE,SUB>::SubPe( PE & i_rParent ) in SubPe() function in SubPe
72 SubPe<PE,SUB>::Parent() const in Parent()
79 SubPe<PE,SUB>::Child() const in Child()
86 SubPe<PE,SUB>::Get() const in Get()
93 SubPe<PE,SUB>::CreateChild() const in CreateChild()
H A Dsub_peu.hxx48 SubPe<PE,SUB> & i_rSubPeCreator,
63 SubPe<PE,SUB> & rSubPeCreator;
73 SubPeUse<PE,SUB>::SubPeUse( SubPe<PE,SUB> & i_rSubPeCreator, in SubPeUse()
/trunk/main/autodoc/source/parser/cpp/
H A Dpe_file.hxx76 typedef SubPe< PE_File, PE_Namespace> SP_Namespace;
77 typedef SubPe< PE_File, PE_Typedef> SP_Typedef;
78 typedef SubPe< PE_File, PE_VarFunc> SP_VarFunc;
79 typedef SubPe< PE_File, PE_TemplateTop> SP_Template;
80 typedef SubPe< PE_File, PE_Defines> SP_Defines;
81 typedef SubPe< PE_File, PE_Ignore > SP_Ignore;
83 typedef SubPe< PE_File, PE_Using> SP_Using;
H A Dpe_class.hxx100 typedef SubPe< PE_Class, PE_Base > SP_Base;
102 typedef SubPe< PE_Class, PE_Typedef> SP_Typedef;
103 typedef SubPe< PE_Class, PE_VarFunc> SP_VarFunc;
104 typedef SubPe< PE_Class, PE_Ignore > SP_Ignore;
105 typedef SubPe< PE_Class, PE_Defines> SP_Defines;
H A Dpe_vafu.hxx90 typedef SubPe< PE_VarFunc, PE_Type > SP_Type;
92 typedef SubPe< PE_VarFunc, PE_Variable > SP_Variable;
94 typedef SubPe< PE_VarFunc, PE_Function > SP_Function;
96 typedef SubPe< PE_VarFunc, PE_Ignore > SP_Ignore;
H A Dpe_type.hxx84 typedef SubPe< PE_Type, PE_Type > SP_Type;
85 typedef SubPe< PE_Type, PE_Class > SP_Class;
86 typedef SubPe< PE_Type, PE_Enum > SP_Enum;
H A Dpe_param.hxx70 typedef SubPe< PE_Parameter, PE_Type > SP_Type;
72 typedef SubPe< PE_Parameter, PE_Variable > SP_Variable;
H A Dpe_funct.hxx114 typedef SubPe< PE_Function, PE_Type > SP_Type;
116 typedef SubPe< PE_Function, PE_Parameter> SP_Parameter;
H A Dpe_enval.hxx61 typedef SubPe< PE_EnumValue, PE_Expression > SP_Expression;
H A Dpe_tydef.hxx58 typedef SubPe< PE_Typedef, PE_Type > SP_Type;
H A Dpe_base.hxx66 typedef SubPe< PE_Base, PE_Type > SP_Type;
H A Dpe_enum.hxx76 typedef SubPe< PE_Enum, PE_EnumValue > SP_EnumValue;
H A Dpe_vari.hxx71 typedef SubPe< PE_Variable, PE_Expression > SP_Expression;

Completed in 51 milliseconds