The IHandle interface. More...

#include "murl_graph_i_handle.h"

Inherited by Murl::Core::GraphNodeHandle.

Public Member Functions

virtual const INodeGetOwner () const =0
 Get the constant node owning this handle. More...
 
virtual INodeGetOwner ()=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]

virtual const INode* Murl::Graph::IHandle::GetOwner ( ) const
pure virtual

Get the constant node owning this handle.

Returns
The owner node.

◆ GetOwner() [2/2]

virtual INode* Murl::Graph::IHandle::GetOwner ( )
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


Copyright © 2011-2024 Spraylight GmbH.