#include <iaTime.h>
◆ iaTime() [1/3]
◆ iaTime() [2/3]
iaux::iaTime::iaTime |
( |
const iaTime & |
other | ) |
|
◆ iaTime() [3/3]
iaux::iaTime::iaTime |
( |
int64 |
microSeconds | ) |
|
init with micro seconds
- Parameters
-
microSeconds | time in micro seconds |
◆ fromMicroseconds()
- Returns
- time object based on given micro seconds seconds
- Parameters
-
time | time in micro seconds |
◆ fromMilliseconds()
- Returns
- time object based on given milli seconds
- Parameters
-
time | time in milli seconds |
◆ fromSeconds()
- Returns
- time object based on given seconds
- Parameters
-
◆ getMicroseconds()
int64 iaux::iaTime::getMicroseconds |
( |
| ) |
const |
- Returns
- time in micro seconds
◆ getMilliseconds()
float64 iaux::iaTime::getMilliseconds |
( |
| ) |
const |
- Returns
- time in milliseconds
◆ getNow()
iaTime iaux::iaTime::getNow |
( |
| ) |
|
|
static |
- Returns
- current time since application was started
◆ getSeconds()
float64 iaux::iaTime::getSeconds |
( |
| ) |
const |
◆ operator!=()
bool iaux::iaTime::operator!= |
( |
const iaTime & |
time | ) |
const |
- Returns
- true if both times are not equal
◆ operator*()
multiplies time with scalar
- Parameters
-
scalar | the value to multiply the time with |
- Returns
- the new time
◆ operator*=()
void iaux::iaTime::operator*= |
( |
float64 |
scalar | ) |
|
multiplies this time with scalar
- Parameters
-
scalar | the value to multiply the time with |
◆ operator+()
adds time given time to this time and returns result
- Parameters
-
- Returns
- new time
◆ operator+=()
void iaux::iaTime::operator+= |
( |
const iaTime & |
time | ) |
|
adds time given time to this time
- Parameters
-
◆ operator-()
subtracts time given time from this time and returns result
- Parameters
-
- Returns
- new time
◆ operator-=()
void iaux::iaTime::operator-= |
( |
const iaTime & |
time | ) |
|
subtracts time given time from this time
- Parameters
-
◆ operator/()
divides time with scalar
- Parameters
-
scalar | the value to divide the time with |
- Returns
- the new time
◆ operator/=()
void iaux::iaTime::operator/= |
( |
float64 |
scalar | ) |
|
divides this time with scalar
- Parameters
-
scalar | the value to divide the time with |
◆ operator<()
bool iaux::iaTime::operator< |
( |
const iaTime & |
time | ) |
const |
- Returns
- true if this time is smaller then given time
- Parameters
-
◆ operator<=()
bool iaux::iaTime::operator<= |
( |
const iaTime & |
time | ) |
const |
- Returns
- true if this time is smaller or equal then given time
- Parameters
-
◆ operator==()
bool iaux::iaTime::operator== |
( |
const iaTime & |
time | ) |
const |
- Returns
- true if both times are equal
◆ operator>()
bool iaux::iaTime::operator> |
( |
const iaTime & |
time | ) |
const |
- Returns
- true if this time is greater then given time
- Parameters
-
◆ operator>=()
bool iaux::iaTime::operator>= |
( |
const iaTime & |
time | ) |
const |
- Returns
- true if this time is greater or equal then given time
- Parameters
-
The documentation for this class was generated from the following files:
- /home/maddin/dev/Igor/src/iaux/iaux/system/iaTime.h
- /home/maddin/dev/Igor/src/iaux/iaux/system/iaTime.cpp