S3FC project page | S3FC home page |
s3_streamable_dispatcher<T
, s3_typegroup_streamable>.
More...
#include <s3_streamable.h>
Static Public Methods | |
void | pack (const T &t, s3_pack_buffer &b) |
Pack t into b . More... | |
void | unpack (T &t, const s3_pack_buffer &b) |
Pack a T from b into t . More... |
s3_streamable_dispatcher<T
, s3_typegroup_streamable>.
Helper class handling packing of types derived from s3_streamable
.
Definition at line 310 of file s3_streamable.h.
|
Pack
Forward to
Definition at line 97 of file s3_streamable.tcc. Referenced by s3_streamable_dispatcher::pack. |
|
Pack a
Forward to
Definition at line 110 of file s3_streamable.tcc. Referenced by s3_streamable_dispatcher::unpack. |
Send comments to: s3fc@stonethree.com |
|