Murl::Graph::IHandle Interface Referenceabstract
The IHandle interface. More...
#include "murl_graph_i_handle.h"
Inherited by Murl::Core::GraphNodeHandle.
Public Member Functions | |
virtual const INode * | GetOwner () const =0 |
Get the constant node owning this handle. More... | |
virtual INode * | GetOwner ()=0 |
Get the mutable node owning this handle. More... | |
Detailed Description
The IHandle interface.
A handle can store traversal or reference-dependent information for a graph node.
Member Function Documentation
◆ GetOwner() [1/2]
|
pure virtual |
Get the constant node owning this handle.
- Returns
- The owner node.
◆ GetOwner() [2/2]
|
pure virtual |
Get the mutable node owning this handle.
- Returns
- The owner node.
The documentation for this interface was generated from the following file:
- murl_graph_i_handle.h