Home
last modified time | relevance | path

Searched refs:SCI_Vector (Results 1 – 11 of 11) sorted by relevance

/trunk/main/autodoc/source/ary/idl/
H A Di_interface.cxx117 o_result = new SCI_Vector<CommentedRelation>(interface_cast(i_ce).aBases); in Get_Bases()
124 o_result = new SCI_Vector<Ce_id>(interface_cast(i_ce).aFunctions); in Get_Functions()
131 o_result = new SCI_Vector<Ce_id>(interface_cast(i_ce).aAttributes); in Get_Attributes()
138 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(interface_2s_Derivations)); in Get_Derivations()
145 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(interface_2s_SynonymTypedefs)); in Get_SynonymTypedefs()
152 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(interface_2s_ExportingServices)); in Get_ExportingServices()
159 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(interface_2s_ExportingSingletons)); in Get_ExportingSingletons()
166 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(interface_2s_AsReturns)); in Get_AsReturns()
173 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(interface_2s_AsParameters)); in Get_AsParameters()
180 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(interface_2s_AsDataTypes)); in Get_AsDataTypes()
H A Di_service.cxx69 o_rResult = new SCI_Vector<CommentedRelation>(aSupportedInterfaces); in Get_SupportedInterfaces()
75 o_rResult = new SCI_Vector<CommentedRelation>(aIncludedServices); in Get_IncludedServices()
129 o_result = new SCI_Vector<CommentedRelation>( service_cast(i_ce).aIncludedServices ); in Get_IncludedServices()
136 o_result = new SCI_Vector<CommentedRelation>( service_cast(i_ce).aSupportedInterfaces ); in Get_ExportedInterfaces()
143 o_result = new SCI_Vector<Ce_id>( service_cast(i_ce).aProperties ); in Get_Properties()
150 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(service_2s_IncludingServices)); in Get_IncludingServices()
157 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(service_2s_InstantiatingSingletons)); in Get_InstantiatingSingletons()
H A Di_struct.cxx113 o_result = new SCI_Vector<Ce_id>( struct_cast(i_ce).aElements ); in Get_Elements()
121 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(struct_2s_Derivations)); in Get_Derivations()
128 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(struct_2s_SynonymTypedefs)); in Get_SynonymTypedefs()
135 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(struct_2s_AsReturns)); in Get_AsReturns()
142 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(struct_2s_AsParameters)); in Get_AsParameters()
149 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(struct_2s_AsDataTypes)); in Get_AsDataTypes()
H A Di_enum.cxx101 o_result = new SCI_Vector<Ce_id>(enum_cast(i_ce).aValues); in Get_Values()
109 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(enum_2s_SynonymTypedefs)); in Get_SynonymTypedefs()
116 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(enum_2s_AsReturns)); in Get_AsReturns()
123 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(enum_2s_AsParameters)); in Get_AsParameters()
130 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(enum_2s_AsDataTypes)); in Get_AsDataTypes()
H A Di_typedef.cxx110 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(typedef_2s_SynonymTypedefs)); in Get_SynonymTypedefs()
117 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(typedef_2s_AsReturns)); in Get_AsReturns()
124 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(typedef_2s_AsParameters)); in Get_AsParameters()
131 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(typedef_2s_AsDataTypes)); in Get_AsDataTypes()
H A Di_exception.cxx110 o_result = new SCI_Vector<Ce_id>( exception_cast(i_ce).aElements ); in Get_Elements()
118 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(exception_2s_Derivations)); in Get_Derivations()
125 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(exception_2s_RaisingFunctions)); in Get_RaisingFunctions()
H A Di_attribute.cxx137 = new SCI_Vector<Type_id>( attribute_cast(i_ce).aGetExceptions ); in Get_GetExceptions()
145 = new SCI_Vector<Type_id>( attribute_cast(i_ce).aSetExceptions ); in Get_SetExceptions()
H A Di_function.cxx141 = new SCI_Vector<Parameter>( function_cast(i_ce).aParameters ); in Get_Parameters()
149 = new SCI_Vector<Type_id>( function_cast(i_ce).aExceptions ); in Get_Exceptions()
H A Di_constgroup.cxx101 o_result = new SCI_Vector<Ce_id>(constgroup_cast(i_ce).aConstants); in Get_Constants()
H A Di_siservice.cxx108 o_result = new SCI_Vector<Ce_id>( sglifcservice_cast(i_ce).aConstructors ); in Get_Constructors()
/trunk/main/autodoc/source/ary/inc/
H A Dsci_impl.hxx43 class SCI_Vector : public StdConstIterator<ELEM> class
49 SCI_Vector(
51 virtual ~SCI_Vector();
186 SCI_Vector<ELEM>::SCI_Vector( const source & i_rSource ) in SCI_Vector() function in ary::SCI_Vector
193 SCI_Vector<ELEM>::~SCI_Vector() in ~SCI_Vector()
200 SCI_Vector<ELEM>::do_Advance() in do_Advance()
208 SCI_Vector<ELEM>::inq_CurElement() const in inq_CurElement()
217 SCI_Vector<ELEM>::inq_IsSorted() const in inq_IsSorted()

Completed in 40 milliseconds