#include "blocxx/BLOCXX_config.h"#include "blocxx/BinarySerialization.hpp"#include "blocxx/AutoPtr.hpp"#include "blocxx/ByteSwap.hpp"#include "blocxx/IOException.hpp"#include "blocxx/Format.hpp"#include <cerrno>Go to the source code of this file.
Namespaces | |
| namespace | BLOCXX_NAMESPACE |
| namespace | BLOCXX_NAMESPACE::BinarySerialization |
Functions | |
| template<typename Handler, typename ReaderFunc> | |
| static void | BLOCXX_NAMESPACE::BinarySerialization::readEnum (std::istream &istrm, Handler &result, const ReaderFunc &read, const Int32 beginsig, const Int32 endsig) |
| void | BLOCXX_NAMESPACE::BinarySerialization::writeLen (std::ostream &ostrm, UInt32 len) |
| void | BLOCXX_NAMESPACE::BinarySerialization::readLen (std::istream &istrm, UInt32 &len) |
| void | BLOCXX_NAMESPACE::BinarySerialization::write (std::ostream &ostrm, const void *dataOut, int dataOutLen) |
| void | BLOCXX_NAMESPACE::BinarySerialization::verifySignature (std::istream &istrm, UInt8 validSig) |
| void | BLOCXX_NAMESPACE::BinarySerialization::writeStringArray (std::ostream &ostrm, const StringArray *propertyList) |
| void | BLOCXX_NAMESPACE::BinarySerialization::read (std::istream &istrm, void *dataIn, int dataInLen) |
1.4.6