Skip to main content

EdgeSpec Struct

Per-edge spec captured by the compiler — the propagated OutputSpec and a completeness flag. More...

Declaration

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

Included Headers

#include <Compiler.h>

Public Member Attributes Index

OutputSpecspec

Propagated output spec on this edge. More...

boolcomplete = false

True iff the spec is fully specified after propagation. More...

Description

Per-edge spec captured by the compiler — the propagated OutputSpec and a completeness flag.

Definition at line 27 of file Compiler.h.

Public Member Attributes

complete

bool simaai::neat::graph::EdgeSpec::complete = false

True iff the spec is fully specified after propagation.

Definition at line 29 of file Compiler.h.

29 bool complete = false;

spec

OutputSpec simaai::neat::graph::EdgeSpec::spec

Propagated output spec on this edge.

Definition at line 28 of file Compiler.h.

28 OutputSpec spec;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.