S3FC project page S3FC home page

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

s3_streamable_helper_other< std::string > Struct Template Reference

s3_streamable_helper_other specialisation for string. More...

#include <s3_streamable.h>

List of all members.

Static Public Methods

void pack (const std::string &s, s3_pack_buffer &b)
 Pack s into b. More...

void unpack (std::string &s, const s3_pack_buffer &b)
 Assign s from the packed string at the current position of b. More...


Detailed Description

template<>
struct s3_streamable_helper_other< std::string >

s3_streamable_helper_other specialisation for string.

Definition at line 727 of file s3_streamable.h.


Member Function Documentation

void s3_streamable_helper_other< std::string >::pack const std::string &    s,
s3_pack_buffer   b
[static]
 

Pack s into b.

void s3_streamable_helper_other< std::string >::unpack std::string &    s,
const s3_pack_buffer   b
[static]
 

Assign s from the packed string at the current position of b.


The documentation for this struct was generated from the following file:
Send comments to: s3fc@stonethree.com SourceForge Logo