get_magic_string() const=0 | s3_streamable | [pure virtual] |
pack(s3_pack_buffer &v) const=0 | s3_streamable | [pure virtual] |
pack(T const &t, s3_pack_buffer &b) | s3_streamable | [static] |
pack(const T *t, s3_pack_buffer &b, size_t n) | s3_streamable | [private, static] |
pack_array(T *const &t, s3_pack_buffer &b, size_t n) | s3_streamable | [static] |
pack_array(const T *const &t, s3_pack_buffer &b, size_t n) | s3_streamable | [static] |
unpack(const s3_pack_buffer &v)=0 | s3_streamable | [pure virtual] |
unpack(T const &t, const s3_pack_buffer &b) | s3_streamable | [static] |
unpack(const T *&t, const s3_pack_buffer &b) | s3_streamable | [private, static] |
unpack(T *&t, const s3_pack_buffer &b) | s3_streamable | [private, static] |
unpack(T *const &t, const s3_pack_buffer &b) | s3_streamable | [private, static] |
unpack(const T *const &t, const s3_pack_buffer &b) | s3_streamable | [private, static] |
unpack_array(T *const &t, const s3_pack_buffer &b, bool inplace) | s3_streamable | [static] |
unpack_array(const T *const &t, const s3_pack_buffer &b, bool inplace) | s3_streamable | [static] |