Scroom 0.14-48-ga0fee447
Loading...
Searching...
No Matches
InvalidatingCounter Class Reference
Inheritance diagram for InvalidatingCounter:
Inheritance graph
Collaboration diagram for InvalidatingCounter:
Collaboration graph

Public Member Functions

 InvalidatingCounter (const std::string &name, unsigned int secs)
 
bool operator() ()
 
- Public Member Functions inherited from BaseCounter
 BaseCounter (const std::string &name, unsigned int secs)
 
bool operator() ()
 

Constructor & Destructor Documentation

◆ InvalidatingCounter()

InvalidatingCounter::InvalidatingCounter ( const std::string &  name,
unsigned int  secs 
)
144 : BaseCounter(name_, secs_)
145{
146}
Definition measure-framerate-tests.cc:43

Member Function Documentation

◆ operator()()

bool InvalidatingCounter::operator() ( )
149{
150 invalidate();
152}
bool operator()()
Definition measure-framerate-tests.cc:114
void invalidate()
Definition measure-framerate-callbacks.cc:98
Here is the call graph for this function:

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