Dynalib Utils
Public Attributes | List of all members
Graph::NodeValue Union Reference

#include <Node.h>

Collaboration diagram for Graph::NodeValue:
Collaboration graph
[legend]

Public Attributes

bool boolValue
 
long long intValue
 
long double floatValue
 
StringstrValue = nullptr
 
system_clock::time_point * timeValue
 
NodeList * listValue
 
NodeMap * mapValue
 

Member Data Documentation

◆ boolValue

bool Graph::NodeValue::boolValue

◆ floatValue

long double Graph::NodeValue::floatValue

◆ intValue

long long Graph::NodeValue::intValue

◆ listValue

NodeList* Graph::NodeValue::listValue

◆ mapValue

NodeMap* Graph::NodeValue::mapValue

◆ strValue

String* Graph::NodeValue::strValue = nullptr

◆ timeValue

system_clock::time_point* Graph::NodeValue::timeValue

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