12 #ifndef SSTMAC_SOFTWARE_PROCESS_software_id_H_INCLUDED 13 #define SSTMAC_SOFTWARE_PROCESS_software_id_H_INCLUDED 34 : app_(a), task_(t), thread_(th) {}
39 std::stringstream ss(std::stringstream::in | std::stringstream::out);
40 ss <<
"software_id(" << app_ <<
", " << task_ <<
"," << thread_ <<
")";
std::ostream & operator<<(std::ostream &os, const dumpi_status &status)
Print status info.
software_id(app_id a, task_id t, thread_id th=thread_id(0))
std::string to_string() const
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i...
bool operator<(const U &b, const sstmac_global_builtin< T > &t)
bool operator>(const U &b, const sstmac_global_builtin< T > &t)
bool operator==(const software_id &a, const software_id &b)
bool operator!=(const software_id &a, const software_id &b)
A wrapper for an appid, taskid pair.