Bitstream Interpretation Library (BIL)  0.1
V5AddressLayoutBS.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 #ifndef BIL_V5ADDRESSLAYOUTBS_HPP
8 #define BIL_V5ADDRESSLAYOUTBS_HPP
9 
10 #include <istream>
11 #include <ostream>
12 
13 
14 namespace bil {
15 
16  class V5AddressLayout;
17 
18 
25  void writeBinary(const V5AddressLayout& data, std::ostream& outputStream);
26 
33  void readBinary(V5AddressLayout& data, std::istream& inputStream);
34 
35 }
36 
37 #endif