This page provides access to a program that writes marshalling code. When input is sent, the program processes it and, if all goes well, sends back code that marshalls C++ objects. The User's Guide has the details.
Header File 1 Header File 2
Middle File
Use CompressionYes -- SendCompressedBuffer/ReceiveCompressedBufferNo -- SendBuffer/ReceiveBuffer
Flush buffer at end of high-level Send functionsYesNo
Type Used for Constants -- this affects both message ids and type name constants.uint16_tuint32_t
Permit use of std::move in generated outputYesNo
The generated code includes some hand-written files which are available in this archive.
Home