Skip to content

Struct Tryll::Client::GraphDescription::NodeDesc

ClassList > Tryll > Client > GraphDescription > NodeDesc

Internal serialisable description of one node.

  • #include <GraphDescription.h>

Public Attributes

Type Name
std::string name
Graph-unique node name.
NodeParamsVariant params
Typed node parameters (one variant per node type).

Public Attributes Documentation

variable name

Graph-unique node name.

std::string Tryll::Client::GraphDescription::NodeDesc::name;


variable params

Typed node parameters (one variant per node type).

NodeParamsVariant Tryll::Client::GraphDescription::NodeDesc::params;



The documentation for this class was generated from the following file C:/_tryll/_monorepo2/server/client-cpp/include/tryll/GraphDescription.h