SObjectizer 5.8
Loading...
Searching...
No Matches
timertt::timer_quantities Struct Reference

Information about quantities of various timer types. More...

#include <all.hpp>

Public Attributes

std::size_t m_single_shot_count = { 0 }
 Quantity of single-shot timers.
 
std::size_t m_periodic_count = { 0 }
 Quantity of periodic timers.
 

Detailed Description

Information about quantities of various timer types.

Since
v.1.1.1

Definition at line 493 of file 3rd_party/timertt/all.hpp.

Member Data Documentation

◆ m_periodic_count

std::size_t timertt::timer_quantities::m_periodic_count = { 0 }

Quantity of periodic timers.

Definition at line 499 of file 3rd_party/timertt/all.hpp.

◆ m_single_shot_count

std::size_t timertt::timer_quantities::m_single_shot_count = { 0 }

Quantity of single-shot timers.

Definition at line 496 of file 3rd_party/timertt/all.hpp.


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