![]() |
DataStream
1.8.8
DataStream : framework to save/load/serialize/deserialize data
|
Specialisation to read std::string from a message. More...
#include <data_stream_message.h>
Static Public Member Functions | |
| static bool | data_stream (char *&ds, std::string &data) |
| Load a std::string from a message. More... | |
Specialisation to read std::string from a message.
Definition at line 173 of file data_stream_message.h.
|
static |
Load a std::string from a message.
| [out] | ds | : message iterator which contains std::string |
| data | : std::string to be loaded |
Definition at line 566 of file data_stream_message.cpp.
References DataStream< Stream, Mode, T >::data_stream().
Here is the call graph for this function: