Bitstream Interpretation Library (BIL)  0.1
Namespaces | Macros | Functions
V5FrameAddressString.hpp File Reference

Contains string conversion functions for V5FrameAddress. More...

#include <string>
Include dependency graph for V5FrameAddressString.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  bil

Macros

#define BIL_V5FRAMEADDRESSSTRING_HPP

Functions

std::string bil::toRawAddressString (const V5FrameAddress &address)
 Gets a raw address string representation of the frame address.
std::string bil::toExpandedString (const V5FrameAddress &address)
 Gets a string expanded representation of the frame address.
std::string bil::toSymbolicString (const V5FrameAddress &address)
 Gets a symbolic string representation of the frame address.

Detailed Description

Contains string conversion functions for V5FrameAddress.

Definition in file V5FrameAddressString.hpp.


Macro Definition Documentation

#define BIL_V5FRAMEADDRESSSTRING_HPP

Definition at line 8 of file V5FrameAddressString.hpp.