smgl 0.11.0
Structured Metadata Engine and Graph Objects Library
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
smgl::Node::Info Struct Reference

Port registration information. More...

#include <smgl/Node.hpp>

Collaboration diagram for smgl::Node::Info:
[legend]

Public Member Functions

 Info (std::string n, const Uuid &u)
 

Public Attributes

std::string name
 
Uuid uuid
 

Detailed Description

Port registration information.

Definition at line 90 of file Node.hpp.

Constructor & Destructor Documentation

◆ Info()

smgl::Node::Info::Info ( std::string  n,
const Uuid u 
)
inline

Constructor

Definition at line 92 of file Node.hpp.

Member Data Documentation

◆ name

std::string smgl::Node::Info::name

Registered name with parent Node

Definition at line 94 of file Node.hpp.

◆ uuid

Uuid smgl::Node::Info::uuid

Port UUID

Definition at line 96 of file Node.hpp.


The documentation for this struct was generated from the following file: