Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
TimerUnit Class Reference

#include <timer.h>

Public Member Functions

void SetToZero ()
 
void SetFromTimer ()
 
void AddDifference (TimerUnit t0, TimerUnit t1)
 
void AddDifferenceAtomic (TimerUnit t0, TimerUnit t1)
 
void Subtract (TimerUnit t)
 
std::wstring ToString () const
 
double ToSeconds () const
 

Private Attributes

double m_seconds
 

Detailed Description

Definition at line 217 of file timer.h.

Member Function Documentation

void TimerUnit::AddDifference ( TimerUnit  t0,
TimerUnit  t1 
)
inline

Definition at line 230 of file timer.h.

void TimerUnit::AddDifferenceAtomic ( TimerUnit  t0,
TimerUnit  t1 
)
inline

Definition at line 235 of file timer.h.

void TimerUnit::SetFromTimer ( )
inline

Definition at line 225 of file timer.h.

void TimerUnit::SetToZero ( )
inline

Definition at line 220 of file timer.h.

void TimerUnit::Subtract ( TimerUnit  t)
inline

Definition at line 249 of file timer.h.

double TimerUnit::ToSeconds ( ) const
inline

Definition at line 260 of file timer.h.

std::wstring TimerUnit::ToString ( ) const
inline

Definition at line 254 of file timer.h.

Member Data Documentation

double TimerUnit::m_seconds
private

Definition at line 266 of file timer.h.


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