Lines Matching refs:Namespace

43 Namespace::Namespace()  in Namespace()  function in ary::cpp::Namespace
59 Namespace::Namespace( const String & i_sLocalName, in Namespace() function in ary::cpp::Namespace
60 Namespace & i_rParent ) in Namespace()
78 Namespace::~Namespace() in ~Namespace()
83 Namespace::Add_LocalNamespace( DYN Namespace & io_rLocalNamespace ) in Add_LocalNamespace()
89 Namespace::Add_LocalClass( const String & i_sLocalName, in Add_LocalClass()
96 Namespace::Add_LocalEnum( const String & i_sLocalName, in Add_LocalEnum()
103 Namespace::Add_LocalTypedef( const String & i_sLocalName, in Add_LocalTypedef()
110 Namespace::Add_LocalOperation( const String & i_sLocalName, in Add_LocalOperation()
118 Namespace::Add_LocalVariable( const String & i_sLocalName, in Add_LocalVariable()
125 Namespace::Add_LocalConstant( const String & i_sLocalName, in Add_LocalConstant()
132 Namespace::Depth() const in Depth()
137 Namespace *
138 Namespace::Parent() const in Parent()
144 Namespace::Search_Child(const String & i_key) const in Search_Child()
146 Namespace * in Search_Child()
168 Namespace *
169 Namespace::Search_LocalNamespace( const String & i_sLocalName ) const in Search_LocalNamespace()
171 return csv::value_from_map(aLocalNamespaces, i_sLocalName, (Namespace*)(0)); in Search_LocalNamespace()
175 Namespace::Get_SubNamespaces( std::vector< const Namespace* > & o_rResultList ) const in Get_SubNamespaces()
187 Namespace::Search_LocalClass( const String & i_sName ) const in Search_LocalClass()
193 Namespace::Search_LocalOperations( std::vector<Ce_id> & o_result, in Search_LocalOperations()
215 Namespace::inq_LocalName() const in inq_LocalName()
221 Namespace::inq_Owner() const in inq_Owner()
227 Namespace::inq_Location() const in inq_Location()
233 Namespace::do_Accept(csv::ProcessorIfc & io_processor) const in do_Accept()
239 Namespace::get_AryClass() const in get_AryClass()
245 Namespace::inq_Id_Group() const in inq_Id_Group()
251 Namespace::inq_RE_Group() const in inq_RE_Group()
257 Namespace::inq_Slots() const in inq_Slots()
270 Namespace::inq_Create_Slot( SlotAccessId i_nSlot ) const in inq_Create_Slot()