Loading...
Searching...
No Matches
PotRegistry::TypeStats Struct Reference

Public Attributes

std::atomic< size_t > force_calls {0}
std::atomic< size_t > created {0}
std::atomic< size_t > alive {0}

Detailed Description

Definition at line 38 of file PotRegistry.h.

Member Data Documentation

◆ alive

std::atomic<size_t> eonc::PotRegistry::TypeStats::alive {0}

Definition at line 41 of file PotRegistry.h.

41{0};

◆ created

std::atomic<size_t> eonc::PotRegistry::TypeStats::created {0}

Definition at line 40 of file PotRegistry.h.

40{0};

◆ force_calls

Definition at line 39 of file PotRegistry.h.

39{0};

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