Skip to main content

NamedFragment Struct

Declaration

struct simaai::neat::Graph::NamedFragment { ... }

Public Member Attributes Index

std::size_tstart = 0
std::size_tend = 0
std::stringname
booluser_named = false

Definition at line 450 of file Graph.h.

Public Member Attributes

end

std::size_t simaai::neat::Graph::NamedFragment::end = 0

Definition at line 452 of file Graph.h.

452 std::size_t end = 0;

name

std::string simaai::neat::Graph::NamedFragment::name

Definition at line 453 of file Graph.h.

453 std::string name;

start

std::size_t simaai::neat::Graph::NamedFragment::start = 0

Definition at line 451 of file Graph.h.

451 std::size_t start = 0;

user_named

bool simaai::neat::Graph::NamedFragment::user_named = false

Definition at line 454 of file Graph.h.

454 bool user_named = false;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.