The ssrc::wisp namespace is an umbrella for the namespaces that implement the Wisp development framework. More...
Classes |
|
| class | array_device_adapter |
| This is a Boost iostreams direct device whose begin and end pointers can be modified. More... |
|
| struct | char_array_streambuf |
Typedefs |
|
| typedef array_device_adapter < char > |
char_array_source |
| typedef array_device_adapter < char > |
char_array_sink |
| typedef char_array_streambuf < char_array_source > |
char_array_source_buffer |
| typedef char_array_streambuf < char_array_sink > |
char_array_sink_buffer |
Detailed Description
The ssrc::wisp namespace is an umbrella for the namespaces that implement the Wisp development framework.
Currently, it houses also serialization classes. The ssrc::wisp::detail namespace contains classes that are used internally by ssrc::wisp classes, but are not meant for use by library users. The classes are documented so that you may use the methods inherited by their public subclasses. Please do not directly use the classes in this namespace because they are not feature complete and their implementation may change in incompatible ways at any time.
Typedef Documentation
| typedef array_device_adapter<char> detail::char_array_sink |
Definition at line 119 of file serialization.h.
Definition at line 140 of file serialization.h.
| typedef array_device_adapter<char> detail::char_array_source |
Definition at line 118 of file serialization.h.
Definition at line 139 of file serialization.h.