My Project
Public Member Functions | Public Attributes | List of all members
NPLInterface::NPLMiniMessage Struct Reference

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
 

Detailed Description

NPL mini message is used by mini runtime internally.

Member Data Documentation

§ m_sCode

std::string NPLInterface::NPLMiniMessage::m_sCode

the pure data code.

We can serialize it to/from NPLObjectProxy easily.

§ m_sFilename

std::string NPLInterface::NPLMiniMessage::m_sFilename

the target filename.


The documentation for this struct was generated from the following file: