gem5  v20.1.0.0
Classes | Namespaces | Enumerations | Functions
sc_time.hh File Reference
#include <stdint.h>
#include <iostream>
#include "../dt/int/sc_nbdefs.hh"

Go to the source code of this file.

Classes

class  sc_core::sc_time
 
class  sc_core::sc_time_tuple
 

Namespaces

 sc_core
 

Enumerations

enum  sc_core::sc_time_unit {
  sc_core::SC_FS = 0, sc_core::SC_PS, sc_core::SC_NS, sc_core::SC_US,
  sc_core::SC_MS, sc_core::SC_SEC
}
 

Functions

const sc_time sc_core::operator+ (const sc_time &a, const sc_time &b)
 
const sc_time sc_core::operator- (const sc_time &a, const sc_time &b)
 
const sc_time sc_core::operator* (const sc_time &t, double d)
 
const sc_time sc_core::operator* (double d, const sc_time &t)
 
const sc_time sc_core::operator/ (const sc_time &t, double d)
 
double sc_core::operator/ (const sc_time &t1, const sc_time &t2)
 
std::ostream & sc_core::operator<< (std::ostream &os, const sc_time &t)
 
void sc_core::sc_set_time_resolution (double d, sc_time_unit tu)
 
sc_time sc_core::sc_get_time_resolution ()
 
const sc_time & sc_core::sc_max_time ()
 
void sc_core::sc_set_default_time_unit (double d, sc_time_unit tu)
 
sc_time sc_core::sc_get_default_time_unit ()
 

Generated on Wed Sep 30 2020 14:02:19 for gem5 by doxygen 1.8.17