| 
    SystemC
    Recoding Infrastructure for SystemC v0.6.2 derived from Accellera SystemC 2.3.1
    
   Accellera SystemC proof-of-concept library 
   | 
 
#include "sysc/datatypes/int/sc_nbdefs.h"#include "sysc/datatypes/fx/scfx_ieee.h"#include "sysc/utils/sc_iostream.h"

Go to the source code of this file.
Classes | |
| class | sc_core::sc_time | 
| struct | sc_core::sc_time_params | 
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 &, const sc_time &) | 
| const sc_time | sc_core::operator- (const sc_time &, const sc_time &) | 
| const sc_time | sc_core::operator* (const sc_time &, double) | 
| const sc_time | sc_core::operator* (double, const sc_time &) | 
| const sc_time | sc_core::operator/ (const sc_time &, double) | 
| double | sc_core::operator/ (const sc_time &, const sc_time &) | 
| inline::std::ostream & | sc_core::operator<< (::std::ostream &, const sc_time &) | 
| const sc_time | sc_core::operator% (const sc_time &t1, const sc_time &t2) | 
| void | sc_core::sc_set_time_resolution (double, sc_time_unit) | 
| sc_time | sc_core::sc_get_time_resolution () | 
| void | sc_core::sc_set_default_time_unit (double, sc_time_unit) | 
| sc_time | sc_core::sc_get_default_time_unit () | 
Variables | |
| const sc_time | sc_core::SC_ZERO_TIME | 
 1.8.5