Bitstream Interpretation Library (BIL)  0.1
V5ConfigurationDump.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 #ifndef BIL_V5CONFIGURATIONDUMP_HPP
8 #define BIL_V5CONFIGURATIONDUMP_HPP
9 
10 #include <ostream>
11 
12 
13 namespace bil {
14 
15  class V5Configuration;
16 
17 
25  void dumpConfiguration(const V5Configuration& cfg, std::ostream& cfgOut, std::ostream& indexOut);
26 
27 }
28 
29 #endif