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;
120 bool has_value()
const;
125 const char *unit_symbol()
const;
140 #endif //__SYSTEMC_EXT_CORE_SC_TIME_HH__ bool operator<(const sc_time &) const
void print(std::ostream &=std::cout) const
sc_time & operator+=(const sc_time &)
bool operator!=(const sc_time &) const
sc_time_unit unit() const
const sc_time operator/(const sc_time &t, double d)
bool operator==(const sc_time &) const
sc_time & operator*=(double)
sc_time & operator/=(double)
static sc_time from_string(const char *str)
std::ostream & operator<<(std::ostream &os, sc_status s)
static sc_time from_value(sc_dt::uint64)
sc_dt::uint64 value() const
sc_time & operator=(const sc_time &)
sc_time & operator-=(const sc_time &)
double to_seconds() const
bool operator>(const sc_time &) const
const sc_time SC_ZERO_TIME
const sc_time operator*(const sc_time &t, double d)
static sc_time from_seconds(double)
const sc_time & sc_max_time()
sc_time sc_get_time_resolution()
const sc_time operator+(const sc_time &a, const sc_time &b)
const std::string to_string() const
void sc_set_time_resolution(double d, sc_time_unit tu)
bool operator>=(const sc_time &) const
bool operator<=(const sc_time &) const
sc_time sc_get_default_time_unit()
void sc_set_default_time_unit(double d, sc_time_unit tu)
const sc_time operator-(const sc_time &a, const sc_time &b)