ROSE
0.9.6a
|
Exception thrown by find_free() when there's not enough free space left. More...
#include <MemoryMap.h>
Public Member Functions | |
NoFreeSpace (const std::string &mesg, const MemoryMap *map, size_t size) | |
virtual | ~NoFreeSpace () throw () |
virtual void | print (std::ostream &, bool verbose=true) const |
Public Member Functions inherited from MemoryMap::Exception | |
Exception (const std::string &mesg, const MemoryMap *map) | |
virtual | ~Exception () throw () |
virtual std::string | leader (std::string dflt="memory map problem") const |
Leading part of the error message. More... | |
virtual std::string | details (bool) const |
Details emitted on following lines, indented two spaces. More... | |
Public Attributes | |
size_t | size |
Public Attributes inherited from MemoryMap::Exception | |
const MemoryMap * | map |
Map that caused the exception if available, null otherwise. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &, const NoFreeSpace &) |
Exception thrown by find_free() when there's not enough free space left.
Definition at line 464 of file MemoryMap.h.
|
inline |
Definition at line 465 of file MemoryMap.h.
|
inlinevirtual |
Definition at line 467 of file MemoryMap.h.
|
virtual |
Reimplemented from MemoryMap::Exception.
Definition at line 81 of file MemoryMap.C.
References MemoryMap::size().
Referenced by operator<<().
|
friend |
Definition at line 34 of file MemoryMap.C.
size_t MemoryMap::NoFreeSpace::size |
Definition at line 470 of file MemoryMap.h.