Bitstream Interpretation Library (BIL)
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
serialization
PIPBitValueBS.hpp
Go to the documentation of this file.
1
6
#pragma once
7
#ifndef BIL_PIPBITVALUEBS_HPP
8
#define BIL_PIPBITVALUEBS_HPP
9
10
#include <istream>
11
#include <ostream>
12
13
14
namespace
bil {
15
16
class
PIPBitValue;
17
18
25
void
writeBinary
(
const
PIPBitValue& data, std::ostream& outputStream);
26
33
void
readBinary
(PIPBitValue& data, std::istream& inputStream);
34
35
}
36
37
#endif
Generated on Wed Aug 8 2012 21:57:41 for Bitstream Interpretation Library (BIL) by
1.8.1.1