Skip to main content

Snapshot Struct

Declaration

struct simaai::neat::graph::GraphRunStats::Snapshot { ... }

Included Headers

#include <GraphRun.h>

Public Member Attributes Index

NodeIdnode_id = kInvalidNode
int64_ttotal = 0
std::chrono::steady_clock::time_pointfirst {}
std::chrono::steady_clock::time_pointlast {}
std::unordered_map< std::string, int64_t >counts
std::unordered_map< std::string, std::chrono::steady_clock::time_point >last_seen

Definition at line 50 of file GraphRun.h.

Public Member Attributes

counts

std::unordered_map<std::string, int64_t> simaai::neat::graph::GraphRunStats::Snapshot::counts

Definition at line 55 of file GraphRun.h.

55 std::unordered_map<std::string, int64_t> counts;

first

std::chrono::steady_clock::time_point simaai::neat::graph::GraphRunStats::Snapshot::first {}

Definition at line 53 of file GraphRun.h.

53 std::chrono::steady_clock::time_point first{};

last

std::chrono::steady_clock::time_point simaai::neat::graph::GraphRunStats::Snapshot::last {}

Definition at line 54 of file GraphRun.h.

54 std::chrono::steady_clock::time_point last{};

last_seen

std::unordered_map<std::string, std::chrono::steady_clock::time_point> simaai::neat::graph::GraphRunStats::Snapshot::last_seen

Definition at line 56 of file GraphRun.h.

56 std::unordered_map<std::string, std::chrono::steady_clock::time_point> last_seen;

node_id

NodeId simaai::neat::graph::GraphRunStats::Snapshot::node_id = kInvalidNode

Definition at line 51 of file GraphRun.h.

51 NodeId node_id = kInvalidNode;

total

int64_t simaai::neat::graph::GraphRunStats::Snapshot::total = 0

Definition at line 52 of file GraphRun.h.

52 int64_t total = 0;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.