|
HDK
|
#include "GA_API.h"#include <UT/UT_IntrusivePtr.h>#include <SYS/SYS_AtomicInt.h>#include <SYS/SYS_Types.h>#include <stddef.h>
Include dependency graph for GA_AttributeProxy.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | GA_AttributeProxy |
| This class holds a reference to an attribute. Such an indirection level allows an easy way to invalidate attribute references when an attribute gets deleted (or when the detail itself is deleted). More... | |
Typedefs | |
| typedef UT_IntrusivePtr < GA_AttributeProxy > | GA_AttributeProxyHandle |
| typedef UT_IntrusivePtr< const GA_AttributeProxy > | GA_ConstAttributeProxyHandle |
Define an intrusive type handle type for GA_AttributeProxy
Definition at line 116 of file GA_AttributeProxy.h.
| typedef UT_IntrusivePtr<const GA_AttributeProxy> GA_ConstAttributeProxyHandle |
Define an intrusive type handle type for GA_AttributeProxy
Definition at line 117 of file GA_AttributeProxy.h.