Bitstream Interpretation Library (BIL)
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
bitfile
BitFileWriter.hpp
Go to the documentation of this file.
1
6
#pragma once
7
#ifndef BIL_BITFILEWRITER_HPP
8
#define BIL_BITFILEWRITER_HPP
9
10
#include <ostream>
11
12
13
namespace
bil {
14
15
class
BitFileData;
16
17
24
void
writeBitfile
(
const
BitFileData& bfd, std::ostream& outputStream);
25
26
}
27
28
#endif
Generated on Wed Aug 8 2012 21:57:40 for Bitstream Interpretation Library (BIL) by
1.8.1.1