ROSE 0.11.145.147
Public Member Functions | Public Attributes | List of all members
Rose::BinaryAnalysis::MemoryMap::NoFreeSpace Struct Reference

Description

Exception thrown by find_free() when there's not enough free space left.

Definition at line 239 of file MemoryMap.h.

#include <Rose/BinaryAnalysis/MemoryMap.h>

Inheritance diagram for Rose::BinaryAnalysis::MemoryMap::NoFreeSpace:
Inheritance graph
[legend]
Collaboration diagram for Rose::BinaryAnalysis::MemoryMap::NoFreeSpace:
Collaboration graph
[legend]

Public Member Functions

 NoFreeSpace (const std::string &mesg, const MemoryMap::Ptr &map, size_t size)
 
virtual void print (std::ostream &, bool verbose=true) const
 
- Public Member Functions inherited from Rose::BinaryAnalysis::MemoryMap::Exception
 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.
 
- Public Member Functions inherited from Rose::Exception
 Exception (const std::string &s)
 Construct an exception with an error message.
 

Public Attributes

size_t size
 
- Public Attributes inherited from Rose::BinaryAnalysis::MemoryMap::Exception
MemoryMap::Ptr map
 Map that caused the exception if available, null otherwise.
 

Constructor & Destructor Documentation

◆ NoFreeSpace()

Rose::BinaryAnalysis::MemoryMap::NoFreeSpace::NoFreeSpace ( const std::string &  mesg,
const MemoryMap::Ptr map,
size_t  size 
)
inline

Definition at line 240 of file MemoryMap.h.

◆ ~NoFreeSpace()

virtual Rose::BinaryAnalysis::MemoryMap::NoFreeSpace::~NoFreeSpace ( )
throw (
)
inlinevirtual

Definition at line 242 of file MemoryMap.h.

Member Function Documentation

◆ print()

virtual void Rose::BinaryAnalysis::MemoryMap::NoFreeSpace::print ( std::ostream &  ,
bool  verbose = true 
) const
virtual

Member Data Documentation

◆ size

size_t Rose::BinaryAnalysis::MemoryMap::NoFreeSpace::size

Definition at line 245 of file MemoryMap.h.


The documentation for this struct was generated from the following file: