Say I\'ve got the following class in C++.
class msgInterface{ public: std::vector body; uint32_t size;