ROSE 0.11.145.147
|
Exception for MemoryMap operations.
Definition at line 198 of file MemoryMap.h.
#include <Rose/BinaryAnalysis/MemoryMap.h>
Public Member Functions | |
Exception (const std::string &mesg, const MemoryMap::Ptr map) | |
virtual std::string | leader (std::string dflt="memory map problem") const |
Leading part of the error message. | |
virtual std::string | details (bool) const |
Details emitted on following lines, indented two spaces. | |
virtual void | print (std::ostream &, bool verbose=true) const |
Public Member Functions inherited from Rose::Exception | |
Exception (const std::string &s) | |
Construct an exception with an error message. | |
Public Attributes | |
MemoryMap::Ptr | map |
Map that caused the exception if available, null otherwise. | |
|
inline |
Definition at line 200 of file MemoryMap.h.
|
inlinevirtual |
Definition at line 201 of file MemoryMap.h.
MemoryMap::Ptr Rose::BinaryAnalysis::MemoryMap::Exception::map |
Map that caused the exception if available, null otherwise.
Definition at line 207 of file MemoryMap.h.