Lines Matching refs:SglIfcSingleton
37 SglIfcSingleton::SglIfcSingleton( const String & i_sName, in SglIfcSingleton() function in ary::idl::SglIfcSingleton
46 SglIfcSingleton::~SglIfcSingleton() in ~SglIfcSingleton()
51 SglIfcSingleton::do_Accept( csv::ProcessorIfc & io_processor ) const in do_Accept()
57 SglIfcSingleton::get_AryClass() const in get_AryClass()
63 SglIfcSingleton::inq_LocalName() const in inq_LocalName()
69 SglIfcSingleton::inq_NameRoom() const in inq_NameRoom()
75 SglIfcSingleton::inq_Owner() const in inq_Owner()
81 SglIfcSingleton::inq_SightLevel() const in inq_SightLevel()
89 inline const SglIfcSingleton &
92 csv_assert( i_ce.AryClass() == SglIfcSingleton::class_id ); in sglifcsingleton_cast()
93 return static_cast< const SglIfcSingleton& >(i_ce); in sglifcsingleton_cast()