Lines Matching refs:PE
37 template <class PE, class SUB>
41 typedef SubPe< PE, SUB > self;
44 PE & i_rParent );
45 PE & Parent() const;
53 PE & rParent;
64 template <class PE, class SUB>
65 SubPe<PE,SUB>::SubPe( PE & i_rParent ) in SubPe()
70 template <class PE, class SUB>
71 PE &
72 SubPe<PE,SUB>::Parent() const in Parent()
77 template <class PE, class SUB>
79 SubPe<PE,SUB>::Child() const in Child()
84 template <class PE, class SUB>
86 SubPe<PE,SUB>::Get() const in Get()
91 template <class PE, class SUB>
93 SubPe<PE,SUB>::CreateChild() const in CreateChild()