Lines Matching refs:StructElement
38 StructElement::StructElement( const String & i_sName, in StructElement() function in ary::idl::StructElement
49 StructElement::~StructElement() in ~StructElement()
54 StructElement::do_Accept( csv::ProcessorIfc & io_processor ) const in do_Accept()
60 StructElement::get_AryClass() const in get_AryClass()
66 StructElement::inq_LocalName() const in inq_LocalName()
72 StructElement::inq_NameRoom() const in inq_NameRoom()
78 StructElement::inq_Owner() const in inq_Owner()
84 StructElement::inq_SightLevel() const in inq_SightLevel()
93 inline const StructElement &
96 csv_assert( i_ce.AryClass() == StructElement::class_id ); in selem_cast()
97 return static_cast< const StructElement& >(i_ce); in selem_cast()