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

#include <timer.h>

Inherits BasicTimerClass< T >.

Public Member Functions

 CDTimerClass (int set=0)
 
 CDTimerClass (NoInitClass const &x)
 
 ~CDTimerClass (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 CDTimerClass< T >

Definition at line 430 of file timer.h.

Constructor & Destructor Documentation

◆ CDTimerClass() [1/2]

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

Definition at line 485 of file timer.h.

◆ CDTimerClass() [2/2]

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

Definition at line 462 of file timer.h.

◆ ~CDTimerClass()

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

Definition at line 507 of file timer.h.

Member Function Documentation

◆ Is_Active()

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

Definition at line 675 of file timer.h.

◆ operator int()

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

Definition at line 561 of file timer.h.

◆ operator()()

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

Definition at line 593 of file timer.h.

◆ Start()

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

Definition at line 650 of file timer.h.

◆ Stop()

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

Definition at line 625 of file timer.h.

◆ Value()

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

Definition at line 529 of file timer.h.


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