Bitstream Interpretation Library (BIL)  0.1
BitFileXMLWriter.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 #ifndef BIL_BITFILEXMLWRITER_HPP
8 #define BIL_BITFILEXMLWRITER_HPP
9 
10 #include <string>
11 
12 
13 namespace bil {
14 
15  class XMLWriter;
16  class BitFileData;
17 
18 
25  void writeBitFileMetaXML(const BitFileData& bfd, XMLWriter& xmlWriter);
26 
27 }
28 
29 #endif