#include <UNI_GraphHandle.h>
Definition at line 20 of file UNI_GraphHandle.h.
| UNI_ConstGraphHandle::UNI_ConstGraphHandle |
( |
| ) |
|
|
default |
Constructor for the graph handle.
| UNI_ConstGraphHandle::UNI_ConstGraphHandle |
( |
UNI_GraphID |
graph_id | ) |
|
|
explicit |
Constructor for the graph handle.
| const UNI_Graph* UNI_ConstGraphHandle::graph |
( |
| ) |
const |
|
inline |
Returns the UNI graph referenced by this handle.
Definition at line 47 of file UNI_GraphHandle.h.
| UNI_GraphID UNI_ConstGraphHandle::graphID |
( |
| ) |
const |
|
inline |
Returns the ID of a UNI graph referenced by this handle.
Definition at line 54 of file UNI_GraphHandle.h.
| bool UNI_ConstGraphHandle::isValid |
( |
| ) |
const |
|
inline |
Returns true if this handle refers to a valid graph; false otherwise.
Definition at line 33 of file UNI_GraphHandle.h.
| UNI_ConstGraphHandle::operator bool |
( |
| ) |
const |
|
inlineexplicit |
Returns true if this handle refers to a valid graph; false otherwise.
Definition at line 35 of file UNI_GraphHandle.h.
| const UNI_Graph* UNI_ConstGraphHandle::operator-> |
( |
| ) |
const |
|
inline |
Returns the UNI graph referenced by this handle.
Definition at line 49 of file UNI_GraphHandle.h.
The documentation for this class was generated from the following file: