S3FC project page | S3FC home page |
s3_typegroup_stl_seq
.
More...
#include <s3_streamable.h>
Static Public Methods | |
void | pack (const T &t, s3_pack_buffer &b) |
void | unpack (T &t, const s3_pack_buffer &b) |
s3_typegroup_stl_seq
.
Forward iteration is used and each element is packed using s3_streamable::pack()
. This allows recusive packing of containers of containers. T
should be an STL Sequence or an STL Unique Sorted Associative Container.
Definition at line 345 of file s3_streamable.h.
|
Definition at line 121 of file s3_streamable.tcc. References s3_streamable::pack. Referenced by s3_streamable_dispatcher::pack. |
|
Definition at line 141 of file s3_streamable.tcc. References s3_streamable::unpack. Referenced by s3_streamable_dispatcher::unpack. |
Send comments to: s3fc@stonethree.com |
|