ed
Public Member Functions | Public Attributes | List of all members
ed::io::Node Struct Reference

#include <data.h>

Public Member Functions

 Node ()
 
 Node (unsigned int idx_, NodeType type_)
 

Public Attributes

unsigned int idx
 
NodeType type
 

Detailed Description

Definition at line 27 of file data.h.

Constructor & Destructor Documentation

◆ Node() [1/2]

ed::io::Node::Node ( )
inline

Definition at line 29 of file data.h.

◆ Node() [2/2]

ed::io::Node::Node ( unsigned int  idx_,
NodeType  type_ 
)
inline

Definition at line 30 of file data.h.

Member Data Documentation

◆ idx

unsigned int ed::io::Node::idx

Definition at line 32 of file data.h.

◆ type

NodeType ed::io::Node::type

Definition at line 33 of file data.h.


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