Cantera
2.2.1
|
Class that stores thread messages for each thread, and retrieves them based on the thread id. More...
#include <application.h>
Public Types | |
typedef std::map< cthreadId_t, pMessages_t > | threadMsgMap_t |
Typedef for map between a thread and the message. More... | |
Public Member Functions | |
ThreadMessages () | |
Constructor. More... | |
Messages * | operator-> () |
Provide a pointer dereferencing overloaded operator. More... | |
void | removeThreadMessages () |
Remove a local thread message. More... | |
Private Attributes | |
threadMsgMap_t | m_threadMsgMap |
Thread Msg Map. More... | |
Class that stores thread messages for each thread, and retrieves them based on the thread id.
Definition at line 179 of file application.h.
typedef std::map< cthreadId_t, pMessages_t > threadMsgMap_t |
Typedef for map between a thread and the message.
Definition at line 195 of file application.h.
|
inline |
Constructor.
Definition at line 183 of file application.h.
Application::Messages * operator-> | ( | ) |
Provide a pointer dereferencing overloaded operator.
Definition at line 147 of file application.cpp.
References Cantera::msg_mutex.
void removeThreadMessages | ( | ) |
Remove a local thread message.
Definition at line 160 of file application.cpp.
References Cantera::msg_mutex.
Referenced by Application::thread_complete().
|
private |
Thread Msg Map.
Definition at line 199 of file application.h.