|
HDK
|
#include <GA_AttributeFilter.h>
Inheritance diagram for GA_AttributeFilterImpl:Public Member Functions | |
| GA_AttributeFilterImpl () | |
| virtual | ~GA_AttributeFilterImpl () |
| virtual bool | match (const GA_Attribute *atr) const =0 |
| virtual bool | terminateAfterFirstMatch () const |
Public Member Functions inherited from UT_IntrusiveRefCounter< GA_AttributeFilterImpl > | |
| SYS_FORCE_INLINE | UT_IntrusiveRefCounter () noexcept |
| Default constructor: Sets counter to 0. More... | |
| SYS_FORCE_INLINE | UT_IntrusiveRefCounter (const UT_IntrusiveRefCounter &) noexcept |
| Copy constructor: Sets counter to 0. More... | |
| UT_IntrusiveRefCounter & | operator= (const UT_IntrusiveRefCounter &) noexcept |
| Assignment operator: Does not modify counter. More... | |
| SYS_FORCE_INLINE uint32 | use_count () const noexcept |
| Return current counter. More... | |
| SYS_FORCE_INLINE bool | conditionalAddRef () noexcept |
Static Protected Member Functions | |
| template<typename T > | |
| static bool | isType (const GA_Attribute *atr) |
Additional Inherited Members | |
Protected Member Functions inherited from UT_IntrusiveRefCounter< GA_AttributeFilterImpl > | |
| SYS_FORCE_INLINE | ~UT_IntrusiveRefCounter () |
| Destructor: Only derived classes can destruct this. More... | |
Definition at line 36 of file GA_AttributeFilter.h.
| GA_AttributeFilterImpl::GA_AttributeFilterImpl | ( | ) |
|
virtual |
|
inlinestaticprotected |
Definition at line 48 of file GA_AttributeFilter.h.
|
pure virtual |
Implemented in GA_AttributeRefMap::FilterPattern.
|
inlinevirtual |
Definition at line 44 of file GA_AttributeFilter.h.