Class that stores thread messages for each thread, and retrieves them based on the thread id. More...
Public Member Functions | |
| ThreadMessages () | |
| Constructor. | |
| Messages * | operator-> () |
| Provide a pointer deferencing overloaded operator. | |
| void | removeThreadMessages () |
| Remove a local thread message. | |
Private Attributes | |
| threadMsgMap_t | m_threadMsgMap |
| Thread Msg Map. | |
Class that stores thread messages for each thread, and retrieves them based on the thread id.
Definition at line 444 of file misc.cpp.
| ThreadMessages | ( | ) | [inline] |
| Messages* operator-> | ( | ) | [inline] |
Provide a pointer deferencing overloaded operator.
Definition at line 456 of file misc.cpp.
References ThreadMessages::m_threadMsgMap, and MSG_LOCK.
| void removeThreadMessages | ( | ) | [inline] |
Remove a local thread message.
Definition at line 471 of file misc.cpp.
References ThreadMessages::m_threadMsgMap, and MSG_LOCK.
Referenced by Application::thread_complete().
threadMsgMap_t m_threadMsgMap [private] |
Thread Msg Map.
Definition at line 482 of file misc.cpp.
Referenced by ThreadMessages::operator->(), and ThreadMessages::removeThreadMessages().
1.6.3