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