Skip to main content

PortDesc Struct

Declaration

struct simaai::neat::graph::PortDesc { ... }

Included Headers

#include <GraphTypes.h>

Public Member Attributes Index

std::stringname
OutputSpecspec
booloptional = false
intmax_in_edges = 1

Definition at line 27 of file GraphTypes.h.

Public Member Attributes

max_in_edges

int simaai::neat::graph::PortDesc::max_in_edges = 1

Definition at line 31 of file GraphTypes.h.

31 int max_in_edges = 1; // 0 => unlimited

name

std::string simaai::neat::graph::PortDesc::name

Definition at line 28 of file GraphTypes.h.

28 std::string name;

optional

bool simaai::neat::graph::PortDesc::optional = false

Definition at line 30 of file GraphTypes.h.

30 bool optional = false;

spec

OutputSpec simaai::neat::graph::PortDesc::spec

Definition at line 29 of file GraphTypes.h.

29 OutputSpec spec;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.