Bitstream Interpretation Library (BIL)
0.1
|
Contains binary serialization functions for Device class. More...
#include <istream>
#include <ostream>
Go to the source code of this file.
Namespaces | |
namespace | bil |
Macros | |
#define | BIL_DEVICEBS_HPP |
Functions | |
void | bil::writeBinary (const Device &data, std::ostream &outputStream) |
Writes data from a Device into a binary stream. | |
void | bil::readBinary (Device &data, std::istream &inputStream) |
Reads data into a Device from a binary stream. |
Contains binary serialization functions for Device class.
Definition in file DeviceBS.hpp.
#define BIL_DEVICEBS_HPP |
Definition at line 8 of file DeviceBS.hpp.