Skip to main content

State Struct

Declaration

struct simaai::neat::graph::strict_sync::YoloTokenStore::State { ... }

Public Member Attributes Index

std::mutexmu
std::deque< Token >q
Statsstats

Definition at line 95 of file StrictSync.h.

Public Member Attributes

mu

std::mutex simaai::neat::graph::strict_sync::YoloTokenStore::State::mu
mutable

Definition at line 96 of file StrictSync.h.

96 mutable std::mutex mu;

q

std::deque<Token> simaai::neat::graph::strict_sync::YoloTokenStore::State::q

Definition at line 97 of file StrictSync.h.

97 std::deque<Token> q;

stats

Stats simaai::neat::graph::strict_sync::YoloTokenStore::State::stats

Definition at line 98 of file StrictSync.h.


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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.