SST/macro
Classes | Namespaces | Functions
timestamp.h File Reference
#include <iosfwd>
#include <stdint.h>
#include <iostream>
#include <sstmac/common/serializable.h>
Include dependency graph for timestamp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sstmac::timestamp
 A basic container for time (subject to future transplant). More...
 
class  serialize< sstmac::timestamp >
 

Namespaces

 sstmac
 SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i.e.
 

Functions

timestamp sstmac::operator+ (const timestamp &a, const timestamp &b)
 
timestamp sstmac::operator- (const timestamp &a, const timestamp &b)
 
timestamp sstmac::operator* (const timestamp &t, double scaling)
 
timestamp sstmac::operator* (double scaling, const timestamp &t)
 
timestamp sstmac::operator/ (const timestamp &t, double scaling)
 
std::ostream & sstmac::operator<< (std::ostream &os, const timestamp &t)
 
std::string sstmac::to_printf_type (timestamp t)