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