HDK
|
Mapping from GA_Index to per-rig agent index. More...
#include <GT_AgentSupport.h>
Public Member Functions | |
void | clear () |
exint | entries () const |
int | getAgentIndex (exint ga_index) const |
void | setAgentIndex (int ga_index, int agent_index) |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
SYS_FORCE_INLINE | ~UT_IntrusiveRefCounter () |
Destructor: Only derived classes can destruct this. More... | |
Mapping from GA_Index to per-rig agent index.
Definition at line 73 of file GT_AgentSupport.h.
|
inline |
Definition at line 77 of file GT_AgentSupport.h.
|
inline |
Definition at line 78 of file GT_AgentSupport.h.
Definition at line 81 of file GT_AgentSupport.h.