Skip to main content

PortRef Struct

Declaration

struct simaai::neat::graph::dsl::PortRef { ... }

Included Headers

#include <GraphDsl.h>

Public Member Attributes Index

Graph *g = nullptr
NodeIdnode = kInvalidNode
PortIdport = kInvalidPort
boolis_output = true

Definition at line 17 of file GraphDsl.h.

Public Member Attributes

g

Graph* simaai::neat::graph::dsl::PortRef::g = nullptr

Definition at line 18 of file GraphDsl.h.

18 Graph* g = nullptr;

is_output

bool simaai::neat::graph::dsl::PortRef::is_output = true

Definition at line 21 of file GraphDsl.h.

21 bool is_output = true;

node

NodeId simaai::neat::graph::dsl::PortRef::node = kInvalidNode

Definition at line 19 of file GraphDsl.h.

19 NodeId node = kInvalidNode;

port

PortId simaai::neat::graph::dsl::PortRef::port = kInvalidPort

Definition at line 20 of file GraphDsl.h.

20 PortId port = kInvalidPort;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.