#include <commonc++/IOException.h++>#include <deque>

Go to the source code of this file.
Classes | |
| class | DataEncoder |
| An abstract class with basic functionality that is common to all data decoders (readers) and data encoders (writers). More... | |
| class | Manipulator |
| A base class for DataEncoder manipulators. More... | |
| class | SetEndianness |
| A manipulator that specifies the endianness of integer values to be subsequently encoded/decoded. More... | |
| class | SetLength |
| A manipulator that specifies the length of String, Blob, and array values to be subsequently encoded/decoded. More... | |
| class | Skip |
| A manipulator that skips past bytes in the stream. More... | |
| class | Align |
| A manipulator that skips past enough bytes to re-align the data stream at a specified boundary. More... | |
| class | SetLimit |
| A manipulator that specifies the maximum number of bytes that can be read/written. More... | |
| class | SetStringPadding |
| A manipulator that enables or disables string padding. More... | |
| struct | Context |
| A DataEncoder context. More... | |
Namespaces | |
| namespace | ccxx |
1.6.3