NAP
Public Attributes | List of all members
ObjectGraph< ITEM >::Edge Struct Reference

#include <nap/objectgraph.h>

Public Attributes

NodemSource = nullptr
 
NodemDest = nullptr
 

Description

template<typename ITEM>
struct nap::ObjectGraph< ITEM >::Edge

Represent an 'edge' in the ObjectGraph. This is a link from an object to either a file or another object.

Collaboration diagram for ObjectGraph< ITEM >::Edge:
[legend]

Member Data Documentation

◆ mDest

Node* mDest = nullptr

◆ mSource

Node* mSource = nullptr