PortDesc Struct
Declaration
struct simaai::neat::graph::PortDesc { ... }
Included Headers
#include <GraphTypes.h>
Public Member Attributes Index
| std::string | name |
| OutputSpec | spec |
| bool | optional = false |
| int | max_in_edges = 1 |
Definition at line 27 of file GraphTypes.h.
Public Member Attributes
max_in_edges
|
Definition at line 31 of file GraphTypes.h.
31 int max_in_edges = 1; // 0 => unlimited
name
|
Definition at line 28 of file GraphTypes.h.
optional
|
Definition at line 30 of file GraphTypes.h.
spec
|
Definition at line 29 of file GraphTypes.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.