#include <sysc/kernel/sc_time.h>
|
class | sc_module |
|
class | sc_prim_channel |
|
class | sc_event |
|
class | sc_clock |
|
SC_API void | next_trigger (const sc_time &, const sc_event_or_list &, sc_simcontext *) |
|
SC_API void | next_trigger (const sc_time &, const sc_event &, sc_simcontext *) |
|
SC_API void | next_trigger (const sc_time &, const sc_event_and_list &, sc_simcontext *) |
|
SC_API void | next_trigger (double v, sc_time_unit, sc_simcontext *) |
|
SC_API void | next_trigger (double v, sc_time_unit, const sc_event &, sc_simcontext *) |
|
SC_API void | next_trigger (double v, sc_time_unit, const sc_event_and_list &, sc_simcontext *) |
|
SC_API void | next_trigger (double v, sc_time_unit, const sc_event_or_list &, sc_simcontext *) |
|
SC_API void | wait (const sc_time &, sc_simcontext *) |
|
SC_API void | wait (const sc_time &, const sc_event &, sc_simcontext *) |
|
SC_API void | wait (const sc_time &, const sc_event_and_list &, sc_simcontext *) |
|
SC_API void | wait (double v, sc_time_unit, sc_simcontext *) |
|
SC_API void | wait (double v, sc_time_unit, const sc_event &, sc_simcontext *) |
|
SC_API void | wait (double v, sc_time_unit, const sc_event_and_list &, sc_simcontext *) |
|
SC_API void | wait (double v, sc_time_unit, const sc_event_or_list &, sc_simcontext *) |
|
const sc_time | operator+ (const sc_time &, const sc_time &) |
|
const sc_time | operator- (const sc_time &, const sc_time &) |
|
const sc_time | operator* (const sc_time &, double) |
|
const sc_time | operator* (double, const sc_time &) |
|
const sc_time | operator/ (const sc_time &, double) |
|
double | operator/ (const sc_time &, const sc_time &) |
|
const sc_time | operator% (const sc_time &, const sc_time &) |
|
Definition at line 91 of file sc_time.h.
◆ value_type
◆ sc_time() [1/6]
sc_core::sc_time::sc_time |
( |
| ) |
|
|
inline |
◆ sc_time() [2/6]
sc_core::sc_time::sc_time |
( |
const sc_time & |
t | ) |
|
|
inline |
◆ sc_time() [3/6]
◆ sc_time() [4/6]
sc_core::sc_time::sc_time |
( |
std::string_view |
strv | ) |
|
|
explicit |
◆ sc_time() [5/6]
sc_core::sc_time::sc_time |
( |
double |
, |
|
|
bool |
scale |
|
) |
| |
◆ sc_time() [6/6]
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 |
( |
std::string_view |
strv | ) |
|
|
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()
◆ next_trigger [1/7]
◆ next_trigger [2/7]
◆ next_trigger [3/7]
◆ next_trigger [4/7]
◆ next_trigger [5/7]
◆ next_trigger [6/7]
◆ next_trigger [7/7]
◆ operator%
◆ operator* [1/2]
◆ operator* [2/2]
◆ operator+
◆ operator-
◆ operator/ [1/2]
◆ operator/ [2/2]
◆ sc_clock
◆ sc_event
◆ sc_module
◆ sc_prim_channel
◆ wait [1/7]
◆ wait [2/7]
◆ wait [3/7]
◆ wait [4/7]
◆ wait [5/7]
◆ wait [6/7]
◆ wait [7/7]
The documentation for this class was generated from the following file: