Go to the documentation of this file.
28 #ifndef __SYSTEMC_EXT_CORE_SC_TIME_HH__
29 #define __SYSTEMC_EXT_CORE_SC_TIME_HH__
35 #include "../dt/int/sc_nbdefs.hh"
82 void print(std::ostream & =std::cout)
const;
140 #endif //__SYSTEMC_EXT_CORE_SC_TIME_HH__
static sc_time from_value(sc_dt::uint64)
bool operator>(const sc_time &) const
static sc_time from_string(const char *str)
sc_time & operator=(const sc_time &)
std::string to_string() const
void sc_set_default_time_unit(double d, sc_time_unit tu)
const sc_time SC_ZERO_TIME
sc_time_unit unit() const
const char * unit_symbol() const
bool operator==(const sc_time &) const
sc_time & operator+=(const sc_time &)
const sc_time & sc_max_time()
sc_dt::uint64 value() const
bool operator<(const sc_time &) const
double to_seconds() const
sc_dt::uint64 value() const
std::ostream & operator<<(std::ostream &os, sc_status s)
sc_time sc_get_default_time_unit()
const sc_time operator-(const sc_time &a, const sc_time &b)
sc_time & operator*=(double)
const sc_time operator/(const sc_time &t, double d)
sc_time sc_get_time_resolution()
void sc_set_time_resolution(double d, sc_time_unit tu)
sc_time & operator/=(double)
void print(std::ostream &=std::cout) const
const sc_time operator*(const sc_time &t, double d)
const sc_time operator+(const sc_time &a, const sc_time &b)
bool operator>=(const sc_time &) const
bool operator!=(const sc_time &) const
sc_time & operator-=(const sc_time &)
const std::string to_string() const
bool operator<=(const sc_time &) const
static sc_time from_seconds(double)
Generated on Wed Sep 30 2020 14:02:15 for gem5 by doxygen 1.8.17