Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
TTimerClass< T > Class Template Reference

#include <timer.h>

Inherits BasicTimerClass< T >.

Public Member Functions

 TTimerClass (int set=0)
 
 TTimerClass (NoInitClass const &x)
 
 ~TTimerClass (void)
 
int Value (void) const
 
 operator int (void) const
 
int operator() (void) const
 
void Stop (void)
 
void Start (void)
 
bool Is_Active (void) const
 
- Public Member Functions inherited from BasicTimerClass< T >
 BasicTimerClass (int set=0)
 
 BasicTimerClass (NoInitClass const &)
 
virtual ~BasicTimerClass (void)
 
int Value (void) const
 
 operator int (void) const
 
int operator() (void) const
 

Additional Inherited Members

- Protected Attributes inherited from BasicTimerClass< T >
Timer
 
int Started
 

Detailed Description

template<class T>
class TTimerClass< T >

Definition at line 205 of file timer.h.

Constructor & Destructor Documentation

◆ TTimerClass() [1/2]

template<class T>
TTimerClass< T >::TTimerClass ( int set = 0)
inline

Definition at line 260 of file timer.h.

◆ TTimerClass() [2/2]

template<class T>
TTimerClass< T >::TTimerClass ( NoInitClass const & x)
inline

Definition at line 237 of file timer.h.

◆ ~TTimerClass()

template<class T>
TTimerClass< T >::~TTimerClass ( void )
inline

Definition at line 211 of file timer.h.

Member Function Documentation

◆ Is_Active()

template<class T>
bool TTimerClass< T >::Is_Active ( void ) const
inline

Definition at line 416 of file timer.h.

◆ operator int()

template<class T>
TTimerClass< T >::operator int ( void ) const
inline

Definition at line 312 of file timer.h.

◆ operator()()

template<class T>
int TTimerClass< T >::operator() ( void ) const
inline

Definition at line 340 of file timer.h.

◆ Start()

template<class T>
void TTimerClass< T >::Start ( void )

Definition at line 391 of file timer.h.

◆ Stop()

template<class T>
void TTimerClass< T >::Stop ( void )

Definition at line 367 of file timer.h.

◆ Value()

template<class T>
int TTimerClass< T >::Value ( void ) const
inline

Definition at line 284 of file timer.h.


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