#ifndef remote_messages_middle_cg_hh #define remote_messages_middle_cg_hh // Code generated by the C++ Middleware Writer version 1.13. #include #include #include #include #include #include #include #include #include #include struct remote_messages_middle { uint32_t msg_length_max; remote_messages_middle (uint32_t len) : msg_length_max(len) {} void Marshal (::cmw::SendBufferCompressed& buf , ::std::vector const& az1 ); void Marshal (::cmw::SendBufferCompressed& buf , marshalling_integer const& az1 , cmw_user_input const& az2 ); void Marshal (::cmw::SendBufferCompressed& buf ); template void Receive (::cmw::ReceiveBufferTCPCompressed& buf , bool& az1 ) { boolReceive(buf, az1); } template void Receive (::cmw::ReceiveBufferTCPCompressed& buf , ::std::vector& az1 ) { uint32_t headCount[1]; buf.Give(headCount[0]); az1.reserve(az1.size() + headCount[0]); for (; headCount[0] > 0; --headCount[0]) { cmw::File rep2(buf); az1.push_back(::std::move(rep2)); } } template void Receive (::cmw::ReceiveBufferTCPCompressed& buf , ::std::string& az1 ) { stringReceive(buf, az1); } }; #endif