Bitstream Interpretation Library (BIL)  0.1
V5FrameAddressString.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 #ifndef BIL_V5FRAMEADDRESSSTRING_HPP
8 #define BIL_V5FRAMEADDRESSSTRING_HPP
9 
10 #include <string>
11 
12 
13 namespace bil {
14 
15  class V5FrameAddress;
16 
17 
22  std::string toRawAddressString(const V5FrameAddress& address);
23 
29  std::string toExpandedString(const V5FrameAddress& address);
30 
37  std::string toSymbolicString(const V5FrameAddress& address);
38 
39 }
40 
41 #endif