HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GA_AttributeFilterImpl Class Referenceabstract

#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_IntrusiveRefCounteroperator= (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...
 

Detailed Description

Definition at line 36 of file GA_AttributeFilter.h.

Constructor & Destructor Documentation

GA_AttributeFilterImpl::GA_AttributeFilterImpl ( )
virtual GA_AttributeFilterImpl::~GA_AttributeFilterImpl ( )
virtual

Member Function Documentation

template<typename T >
static bool GA_AttributeFilterImpl::isType ( const GA_Attribute atr)
inlinestaticprotected

Definition at line 48 of file GA_AttributeFilter.h.

virtual bool GA_AttributeFilterImpl::match ( const GA_Attribute atr) const
pure virtual
virtual bool GA_AttributeFilterImpl::terminateAfterFirstMatch ( ) const
inlinevirtual

Definition at line 44 of file GA_AttributeFilter.h.


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