Skip to main content

GroupMeta Struct

Declaration

struct simaai::neat::Session::GroupMeta { ... }

Public Member Attributes Index

std::size_tstart = 0
std::size_tend = 0
NodeCapsBehaviorcaps_behavior = NodeCapsBehavior::Dynamic
std::stringlabel

Definition at line 144 of file Session.h.

Public Member Attributes

caps_behavior

NodeCapsBehavior simaai::neat::Session::GroupMeta::caps_behavior = NodeCapsBehavior::Dynamic

Definition at line 147 of file Session.h.

147 NodeCapsBehavior caps_behavior = NodeCapsBehavior::Dynamic;

end

std::size_t simaai::neat::Session::GroupMeta::end = 0

Definition at line 146 of file Session.h.

146 std::size_t end = 0; // exclusive

label

std::string simaai::neat::Session::GroupMeta::label

Definition at line 148 of file Session.h.

148 std::string label;

start

std::size_t simaai::neat::Session::GroupMeta::start = 0

Definition at line 145 of file Session.h.

145 std::size_t start = 0;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.