SST/macro
Classes | Namespaces | Functions
software_id.h File Reference
#include <iostream>
#include <sstream>
#include <sstmac/software/process/app_id.h>
#include <sstmac/software/process/task_id.h>
#include <sstmac/software/process/thread_id.h>
Include dependency graph for software_id.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sstmac::sw::software_id
 A wrapper for an appid, taskid pair. More...
 

Namespaces

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

Functions

bool sstmac::sw::operator== (const software_id &a, const software_id &b)
 
bool sstmac::sw::operator!= (const software_id &a, const software_id &b)
 
bool sstmac::sw::operator< (const software_id &a, const software_id &b)
 
bool sstmac::sw::operator> (const software_id &a, const software_id &b)
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const software_id &n)