SST/macro
|
#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>
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) |