CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
OdTfAttributesContainer Class Referenceabstract

#include <TfObject.h>

Inheritance diagram for OdTfAttributesContainer:
OdRxObject

Public Member Functions

virtual OdRxObjectowner () const =0
 
virtual const OdTfAttributefind (const OdString &name) const =0
 
- Public Member Functions inherited from OdRxObject
 ODRX_HEAP_OPERATORS ()
 
 OdRxObject ()
 
virtual ~OdRxObject ()
 
virtual OdRxObjectqueryX (const OdRxClass *pClass) const
 
virtual OdRxObjectx (const OdRxClass *pClass) const
 
virtual OdRxClassisA () const
 
virtual void addRef ()=0
 
virtual void release ()=0
 
virtual long numRefs () const
 
bool isKindOf (const OdRxClass *pClass) const
 
virtual OdRxObjectPtr clone () const
 
virtual void copyFrom (const OdRxObject *pSource)
 
virtual OdRx::Ordering comparedTo (const OdRxObject *pOther) const
 
virtual bool isEqualTo (const OdRxObject *pOther) const
 

Additional Inherited Members

- Static Public Member Functions inherited from OdRxObject
static OdRxObjectPtr cast (const OdRxObject *pointer)
 
static OdRxClassdesc ()
 

Detailed Description

An abstract interface class that implements storage for a set of attributes and provides access to attributes via their names. <group OdTf_Classes>

Definition at line 125 of file TfObject.h.

Member Function Documentation

◆ find()

virtual const OdTfAttribute * OdTfAttributesContainer::find ( const OdString name) const
pure virtual

Searches for an attribute in the container by its name.

Parameters
name[in] A string that contains the name of the attribute.
Returns
Returns a pointer to the attribute object represented as an instance of the OdTfAttribute class.
Remarks
If the container contains more than one attribute with the specified name, the first found attribute is returned.

◆ owner()

virtual OdRxObject * OdTfAttributesContainer::owner ( ) const
pure virtual

Retrieves the object that is the owner of the attributes container.

Returns
Returns a pointer to the owner object represented as an instance of the OdRxObject class.

The documentation for this class was generated from the following file: