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