28#ifndef __SYSTEMC_EXT_CORE_SC_TIME_HH__
29#define __SYSTEMC_EXT_CORE_SC_TIME_HH__
82 void print(std::ostream & =std::cout)
const;
sc_dt::uint64 value() const
const char * unit_symbol() const
std::string to_string() const
sc_time_unit unit() const
bool operator!=(const sc_time &) const
static sc_time from_seconds(double)
sc_time & operator-=(const sc_time &)
bool operator>=(const sc_time &) const
bool operator==(const sc_time &) const
void print(std::ostream &=std::cout) const
bool operator>(const sc_time &) const
static sc_time from_value(sc_dt::uint64)
static sc_time from_string(const char *str)
sc_time & operator+=(const sc_time &)
double to_seconds() const
const std::string to_string() const
sc_time & operator=(const sc_time &)
sc_time & operator/=(double)
bool operator<(const sc_time &) const
bool operator<=(const sc_time &) const
sc_time & operator*=(double)
sc_dt::uint64 value() const
const sc_time operator/(const sc_time &t, double d)
void sc_set_time_resolution(double d, sc_time_unit tu)
const sc_time SC_ZERO_TIME
const sc_time operator+(const sc_time &a, const sc_time &b)
void sc_set_default_time_unit(double d, sc_time_unit tu)
const sc_time operator*(const sc_time &t, double d)
std::ostream & operator<<(std::ostream &os, sc_status s)
sc_time sc_get_default_time_unit()
sc_time sc_get_time_resolution()
const sc_time operator-(const sc_time &a, const sc_time &b)
const sc_time & sc_max_time()