|
SST/macro
|
A wrapper for an appid, taskid pair. More...
#include <software_id.h>

Public Member Functions | |
| software_id (app_id a, task_id t, thread_id th=thread_id(0)) | |
| software_id () | |
| std::string | to_string () const |
Public Attributes | |
| app_id | app_ |
| task_id | task_ |
| thread_id | thread_ |
A wrapper for an appid, taskid pair.
Definition at line 28 of file software_id.h.
|
inlineexplicit |
Definition at line 33 of file software_id.h.
|
inline |
Definition at line 36 of file software_id.h.
|
inline |
Definition at line 38 of file software_id.h.
Referenced by sstmac::sw::operator<<().
| app_id sstmac::sw::software_id::app_ |
Definition at line 29 of file software_id.h.
Referenced by sstmac::sw::thread::aid(), sstmac::sw::operator!=(), and sstmac::sw::operator==().
| task_id sstmac::sw::software_id::task_ |
Definition at line 30 of file software_id.h.
Referenced by sstmac::sw::operator!=(), sstmac::sw::operator<(), sstmac::sw::operator==(), sstmac::sw::operator>(), and sstmac::sw::thread::tid().
| thread_id sstmac::sw::software_id::thread_ |
Definition at line 31 of file software_id.h.
Referenced by sstmac::sw::operator!=(), and sstmac::sw::operator==().
1.8.11