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