GA::kit v0.3
G&A's in-house C++ application framework
Loading...
Searching...
No Matches
ga::Timeout Struct Reference

#include <timeout.h>

Public Member Functions

void clear ()
 

Public Attributes

Timer timer
 
std::function< void(void)> callback
 
std::string name
 

Member Function Documentation

◆ clear()

void ga::Timeout::clear ( )
inline

Member Data Documentation

◆ callback

std::function<void( void )> ga::Timeout::callback

◆ name

std::string ga::Timeout::name

◆ timer

Timer ga::Timeout::timer

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