Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCF::TimerEntry Class Reference

#include <X11UIToolkit.h>

List of all members.

Public Member Functions

 TimerEntry ()
 TimerEntry (uint32 frequency)
 TimerEntry (const TimerEntry &rhs)
TimerEntryoperator= (const TimerEntry &rhs)
bool operator== (const TimerEntry &rhs) const
bool operator!= (const TimerEntry &rhs) const
uint32 getMillisecondsDifference (struct timeval *val) const
void resetCurrentTime ()
uint32 getFrequency () const

Protected Attributes

uint32 frequency_
timeval current_


Constructor & Destructor Documentation

VCF::TimerEntry::TimerEntry  )  [inline]
 

VCF::TimerEntry::TimerEntry uint32  frequency  )  [inline]
 

VCF::TimerEntry::TimerEntry const TimerEntry rhs  )  [inline]
 


Member Function Documentation

uint32 VCF::TimerEntry::getFrequency  )  const [inline]
 

uint32 VCF::TimerEntry::getMillisecondsDifference struct timeval *  val  )  const [inline]
 

bool VCF::TimerEntry::operator!= const TimerEntry rhs  )  const [inline]
 

TimerEntry& VCF::TimerEntry::operator= const TimerEntry rhs  )  [inline]
 

bool VCF::TimerEntry::operator== const TimerEntry rhs  )  const [inline]
 

void VCF::TimerEntry::resetCurrentTime  )  [inline]
 


Member Data Documentation

struct timeval VCF::TimerEntry::current_ [protected]
 

uint32 VCF::TimerEntry::frequency_ [protected]
 


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information