|
HDK
|
#include <UNI_Item.h>
Public Member Functions | |
| UNI_ConstItem ()=default | |
| Constructor. More... | |
| UNI_ConstItem (const UNI_ConstGraphHandle &graph_handle, UNI_ID_TYPE id) | |
| UNI_ConstItem (UNI_ConstGraphHandle &&graph_handle, UNI_ID_TYPE id) | |
| Constructor with r-value for the intrusive graph pointer. More... | |
| const UNI_Graph * | graph () const |
| Returns the graph inside which the node lives. More... | |
| UNI_ID_TYPE | id () const |
| Returns the ID of the node in the graph. More... | |
| bool | isValid () const |
| operator bool () const | |
Protected Member Functions | |
| const UNI_ConstGraphHandle & | graphHandle () const |
| Returns the underlying graph handle. More... | |
Definition at line 20 of file UNI_Item.h.
|
default |
Constructor.
|
inline |
Definition at line 25 of file UNI_Item.h.
|
inline |
Constructor with r-value for the intrusive graph pointer.
Definition at line 31 of file UNI_Item.h.
|
inline |
Returns the graph inside which the node lives.
Definition at line 44 of file UNI_Item.h.
|
inlineprotected |
Returns the underlying graph handle.
Definition at line 51 of file UNI_Item.h.
|
inline |
Returns the ID of the node in the graph.
Definition at line 47 of file UNI_Item.h.
|
inline |
Returns true if the UNI node is valid. Ie, it has a valid API with a valid graph, and represents a valid node in that graph.
Definition at line 38 of file UNI_Item.h.
|
inlineexplicit |
Returns true if the UNI node is valid. Ie, it has a valid API with a valid graph, and represents a valid node in that graph.
Definition at line 40 of file UNI_Item.h.