Lines Matching refs:Interface
45 Interface::Interface( const String & i_sName, in Interface() function in ary::idl::Interface
56 Interface::~Interface() in ~Interface()
67 Interface::do_Accept( csv::ProcessorIfc & io_processor ) const in do_Accept()
73 Interface::get_AryClass() const in get_AryClass()
79 Interface::inq_LocalName() const in inq_LocalName()
85 Interface::inq_NameRoom() const in inq_NameRoom()
91 Interface::inq_Owner() const in inq_Owner()
97 Interface::inq_SightLevel() const in inq_SightLevel()
106 inline const Interface &
109 csv_assert( i_ce.AryClass() == Interface::class_id ); in interface_cast()
110 return static_cast< const Interface& >(i_ce); in interface_cast()