|
My Project
|
an NPL message in the message queue. More...
#include <NPLMessage.h>
Public Attributes | |
| NPLMessageType | m_type |
| message type | |
| std::string | m_filename |
| NPL or dll file name. | |
| ParaEngine::StringBuilder | m_code |
| must be secure code. | |
Public Attributes inherited from ParaEngine::intrusive_ptr_single_thread_base | |
| long | m_ref_count |
Additional Inherited Members | |
Static Public Member Functions inherited from ParaEngine::PoolBase< NPLMessage > | |
| static void * | operator new (size_t size) |
| static void | operator delete (void *p) |
Protected Member Functions inherited from ParaEngine::intrusive_ptr_single_thread_base | |
| intrusive_ptr_single_thread_base (const intrusive_ptr_single_thread_base &) | |
| intrusive_ptr_single_thread_base & | operator= (const intrusive_ptr_single_thread_base &) |
an NPL message in the message queue.
always create using reference counted pointer like this: NPLMessage_ptr msg(new NPLMessage(...));
1.8.12