PeriDyno 1.0.0
Loading...
Searching...
No Matches
dyno::TimeStamp Class Reference

Time stamp. More...

#include <TimeStamp.h>

Public Member Functions

 TimeStamp ()
 
 ~TimeStamp ()
 
void mark ()
 
bool operator> (TimeStamp &ts)
 
bool operator< (TimeStamp &ts)
 

Private Attributes

uint64 mTickTime = 0
 

Detailed Description

Time stamp.

Definition at line 25 of file TimeStamp.h.

Constructor & Destructor Documentation

◆ TimeStamp()

dyno::TimeStamp::TimeStamp ( )
inline

Definition at line 28 of file TimeStamp.h.

Here is the caller graph for this function:

◆ ~TimeStamp()

dyno::TimeStamp::~TimeStamp ( )

Definition at line 8 of file TimeStamp.cpp.

Member Function Documentation

◆ mark()

void dyno::TimeStamp::mark ( )

Definition at line 13 of file TimeStamp.cpp.

Here is the caller graph for this function:

◆ operator<()

bool dyno::TimeStamp::operator< ( TimeStamp & ts)
inline

Definition at line 34 of file TimeStamp.h.

Here is the call graph for this function:

◆ operator>()

bool dyno::TimeStamp::operator> ( TimeStamp & ts)
inline

Definition at line 33 of file TimeStamp.h.

Here is the call graph for this function:

Member Data Documentation

◆ mTickTime

uint64 dyno::TimeStamp::mTickTime = 0
private

Definition at line 37 of file TimeStamp.h.


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