HDK
|
#include <GU_PrimChannel.h>
Public Member Functions | |
GU_PrimChannelWriteHandle () | |
~GU_PrimChannelWriteHandle () | |
GU_PrimChannelWriteHandle (const GU_PrimChannelWriteHandle &other)=delete | |
GU_PrimChannelWriteHandle & | operator= (const GU_PrimChannelWriteHandle &other)=delete |
GU_PrimChannelWriteHandle (GU_PrimChannelWriteHandle &&other) noexcept | |
GU_PrimChannelWriteHandle & | operator= (GU_PrimChannelWriteHandle &&other) noexcept |
CL_SimpleChannel * | get () const |
Returns a pointer to a mutable CL_SimpleChannel. More... | |
CL_SimpleChannel * | operator-> () const |
Protected Member Functions | |
GU_PrimChannelWriteHandle (GU_PrimChannel *prim, const UT_SharedPtr< CL_SimpleChannel > &channel) | |
Friends | |
class | GU_PrimChannel |
Definition at line 33 of file GU_PrimChannel.h.
|
inline |
Definition at line 36 of file GU_PrimChannel.h.
GU_PrimChannelWriteHandle::~GU_PrimChannelWriteHandle | ( | ) |
|
delete |
|
inlinenoexcept |
Definition at line 42 of file GU_PrimChannel.h.
|
protected |
|
inline |
Returns a pointer to a mutable CL_SimpleChannel.
Definition at line 62 of file GU_PrimChannel.h.
|
inline |
Definition at line 63 of file GU_PrimChannel.h.
|
delete |
|
inlinenoexcept |
Definition at line 50 of file GU_PrimChannel.h.
|
friend |
Definition at line 76 of file GU_PrimChannel.h.