Lines Matching refs:Property
37 Property::Property( const String & i_sName, in Property() function in ary::idl::Property
50 Property::~Property() in ~Property()
56 Property::do_Accept( csv::ProcessorIfc & io_processor ) const in do_Accept()
62 Property::get_AryClass() const in get_AryClass()
68 Property::inq_LocalName() const in inq_LocalName()
74 Property::inq_NameRoom() const in inq_NameRoom()
80 Property::inq_Owner() const in inq_Owner()
86 Property::inq_SightLevel() const in inq_SightLevel()
94 inline const Property &
97 csv_assert( i_ce.AryClass() == Property::class_id ); in property_cast()
98 return static_cast< const Property& >(i_ce); in property_cast()