|
OpenASIP 2.2
|
#include <cstddef>#include <set>#include <map>#include <list>#include <iterator>#include <sstream>#include "Application.hh"#include "ReferenceKey.hh"#include "Exception.hh"#include "SafePointer.icc"
Go to the source code of this file.
Classes | |
| class | TPEF::ReferenceManager::SafePointerList |
| class | TPEF::ReferenceManager::HashFunctions |
| class | TPEF::ReferenceManager::SafePointer |
Namespaces | |
| namespace | TPEF |
| namespace | TPEF::ReferenceManager |
Typedefs | |
| typedef std::set< SafePointer * > | TPEF::ReferenceManager::SafePointerSet |
| Unordered set of SafePointers. | |
| typedef std::map< SectionIndexKey, SafePointerList * > | TPEF::ReferenceManager::SectionIndexMap |
| Map for SafePointers that are requested using SectionIndexKeys. | |
| typedef std::map< SectionOffsetKey, SafePointerList * > | TPEF::ReferenceManager::SectionOffsetMap |
| Map for SafePointers that are requested using SectionOffsetKeys. | |
| typedef std::map< FileOffsetKey, SafePointerList * > | TPEF::ReferenceManager::FileOffsetMap |
| Map for SafePointers that are requested using FileOffsetKeys. | |
| typedef std::map< SectionKey, SafePointerList * > | TPEF::ReferenceManager::SectionMap |
| Map for SafePointers that are requested using SectionKeys. | |
| typedef std::map< const SafePointable *, SafePointerList * > | TPEF::ReferenceManager::ReferenceMap |
| Map for resolved references, that is SafePointers that are pointing to the created object. | |
Declaration of SafePointer class and utility classes and types related to ReferenceManager.
Definition in file SafePointer.hh.