1 #ifndef __MESSAGE_HPP__
2 #define __MESSAGE_HPP__
22 virtual size_t size(
void)
const;
virtual bool toBuffer(CBufferOut &buffer) const
list< CBaseType * > typeList
CBufferOut & operator<<(CBufferOut &buffer, const CArray< T_numtype, N_rank > &array)
CMessage & push(const CBaseType &type)
CBufferIn & operator>>(CBufferIn &buffer, CArray< T_numtype, N_rank > &array)
virtual size_t size(void) const
virtual bool fromBuffer(CBufferIn &buffer) const