The time class.
More...
#include <sysc/kernel/sc_time.h>
The time class.
Definition at line 82 of file sc_time.h.
◆ value_type
◆ sc_time() [1/8]
sc_core::sc_time::sc_time |
( |
| ) |
|
|
inline |
◆ sc_time() [2/8]
sc_core::sc_time::sc_time |
( |
const sc_time & |
t | ) |
|
|
inline |
◆ sc_time() [3/8]
◆ sc_time() [4/8]
◆ sc_time() [5/8]
sc_core::sc_time::sc_time |
( |
double |
, |
|
|
const char * |
unit |
|
) |
| |
◆ sc_time() [6/8]
sc_core::sc_time::sc_time |
( |
double |
, |
|
|
const char * |
unit, |
|
|
sc_simcontext * |
|
|
) |
| |
◆ sc_time() [7/8]
sc_core::sc_time::sc_time |
( |
double |
, |
|
|
bool |
scale |
|
) |
| |
◆ sc_time() [8/8]
sc_core::sc_time::sc_time |
( |
value_type |
, |
|
|
bool |
scale |
|
) |
| |
◆ from_seconds()
sc_time sc_core::sc_time::from_seconds |
( |
double |
v | ) |
|
|
inlinestatic |
◆ from_string()
static sc_time sc_core::sc_time::from_string |
( |
const char * |
str | ) |
|
|
static |
◆ from_value()
◆ operator!=()
bool sc_core::sc_time::operator!= |
( |
const sc_time & |
t | ) |
const |
|
inline |
◆ operator%=()
◆ operator*=()
sc_time & sc_core::sc_time::operator*= |
( |
double |
d | ) |
|
|
inline |
◆ operator+=()
◆ operator-=()
◆ operator/=()
sc_time & sc_core::sc_time::operator/= |
( |
double |
d | ) |
|
|
inline |
◆ operator<()
bool sc_core::sc_time::operator< |
( |
const sc_time & |
t | ) |
const |
|
inline |
◆ operator<=()
bool sc_core::sc_time::operator<= |
( |
const sc_time & |
t | ) |
const |
|
inline |
◆ operator=()
◆ operator==()
bool sc_core::sc_time::operator== |
( |
const sc_time & |
t | ) |
const |
|
inline |
◆ operator>()
bool sc_core::sc_time::operator> |
( |
const sc_time & |
t | ) |
const |
|
inline |
◆ operator>=()
bool sc_core::sc_time::operator>= |
( |
const sc_time & |
t | ) |
const |
|
inline |
◆ print()
void sc_core::sc_time::print |
( |
::std::ostream & |
os = std::cout | ) |
const |
◆ to_default_time_units()
double sc_core::sc_time::to_default_time_units |
( |
| ) |
const |
◆ to_double()
double sc_core::sc_time::to_double |
( |
| ) |
const |
|
inline |
◆ to_seconds()
double sc_core::sc_time::to_seconds |
( |
| ) |
const |
◆ to_string()
const std::string sc_core::sc_time::to_string |
( |
| ) |
const |
|
inline |
◆ value()
◆ operator%
◆ operator* [1/2]
◆ operator* [2/2]
◆ operator+
◆ operator-
◆ operator/ [1/2]
◆ operator/ [2/2]
The documentation for this class was generated from the following file: