SObjectizer  5.5
Public Attributes | List of all members
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. More...
 
std::size_t m_periodic_count = { 0 }
 Quantity of periodic timers. More...
 

Detailed Description

Information about quantities of various timer types.

Since
v.1.1.1

Member Data Documentation

◆ m_periodic_count

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

Quantity of periodic timers.

◆ m_single_shot_count

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

Quantity of single-shot timers.


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