#include <MemoryMap.h>
Inheritance diagram for MemoryMap::Exception:


Public Member Functions | |
| Exception (const MemoryMap *map) | |
| virtual | ~Exception () |
| virtual void | print (std::ostream &) const |
Public Attributes | |
| const MemoryMap * | map |
| Map that caused the exception if the map is available (null otherwise). | |
Friends | |
| std::ostream & | operator<< (std::ostream &, const Exception &) |
| MemoryMap::Exception::Exception | ( | const MemoryMap * | map | ) | [inline] |
| virtual MemoryMap::Exception::~Exception | ( | ) | [inline, virtual] |
| void MemoryMap::Exception::print | ( | std::ostream & | ) | const [virtual] |
Reimplemented in MemoryMap::Inconsistent, MemoryMap::NotMapped, MemoryMap::NoFreeSpace, and MemoryMap::Syntax.
| std::ostream& operator<< | ( | std::ostream & | o, | |
| const Exception & | e | |||
| ) | [friend] |
Map that caused the exception if the map is available (null otherwise).
1.4.7