|
My Project
|
NPL mini message is used by mini runtime internally. More...
#include <NPLMiniRuntime.hpp>
Public Member Functions | |
| NPLMiniMessage (const char *sNPLFilename, const char *sCode, int nCodeLength=0) | |
Public Attributes | |
| std::string | m_sFilename |
| the target filename. More... | |
| std::string | m_sCode |
| the pure data code. More... | |
| int | m_type |
| message type | |
NPL mini message is used by mini runtime internally.
| std::string NPLInterface::NPLMiniMessage::m_sCode |
the pure data code.
We can serialize it to/from NPLObjectProxy easily.
| std::string NPLInterface::NPLMiniMessage::m_sFilename |
the target filename.
1.8.12