#include <sysc/kernel/sc_time.h>
Definition at line 73 of file sc_time.h.
sc_core::sc_time::sc_time |
( |
| ) |
|
|
inline |
sc_core::sc_time::sc_time |
( |
const sc_time & |
t | ) |
|
|
inline |
sc_core::sc_time::sc_time |
( |
double |
, |
|
|
bool |
scale |
|
) |
| |
sc_core::sc_time::sc_time |
( |
value_type |
, |
|
|
bool |
scale |
|
) |
| |
bool sc_core::sc_time::operator!= |
( |
const sc_time & |
t | ) |
const |
|
inline |
sc_time & sc_core::sc_time::operator*= |
( |
double |
d | ) |
|
|
inline |
sc_time & sc_core::sc_time::operator/= |
( |
double |
d | ) |
|
|
inline |
bool sc_core::sc_time::operator< |
( |
const sc_time & |
t | ) |
const |
|
inline |
bool sc_core::sc_time::operator<= |
( |
const sc_time & |
t | ) |
const |
|
inline |
bool sc_core::sc_time::operator== |
( |
const sc_time & |
t | ) |
const |
|
inline |
bool sc_core::sc_time::operator> |
( |
const sc_time & |
t | ) |
const |
|
inline |
bool sc_core::sc_time::operator>= |
( |
const sc_time & |
t | ) |
const |
|
inline |
void sc_core::sc_time::print |
( |
::std::ostream & |
os = std::cout | ) |
const |
double sc_core::sc_time::to_default_time_units |
( |
| ) |
const |
double sc_core::sc_time::to_double |
( |
| ) |
const |
|
inline |
double sc_core::sc_time::to_seconds |
( |
| ) |
const |
const std::string sc_core::sc_time::to_string |
( |
| ) |
const |
The documentation for this class was generated from the following file: