| S3FC project page | S3FC home page |
#include <s3_streamable.h>
Static Public Methods | |
| s3_typegroup_streamable | typegroup () |
This should be specialised for each type that needs to be associated with a typegroup. It contains a single instance, typegroup, that should have one of the following types:
s3_typegroup_pod to indicate that a type is a POD type.s3_typegroup_streamable to indicate that a type is derived from s3_streamable.s3_typegroup_stl to indicate that a type is an STL Sequence or Unique Sorted Associatives3_typegroup_other to indicate that it does not fall into one of the above categories.s3_typegroup_streamable). Explicit specialisations of this class should always be implemented using the supplied macros, S3_TYPEGROUP_TRAITS_xxx(T).
Definition at line 552 of file s3_streamable.h.
|
|||||||||
|
Definition at line 554 of file s3_streamable.h. |
| Send comments to: s3fc@stonethree.com |
|