|
OpenASIP 2.2
|
Classes | |
| class | FileOffsetKey |
| class | HashFunctions |
| class | ReferenceKey |
| class | SafePointer |
| class | SafePointerList |
| class | SectionIndexKey |
| class | SectionKey |
| class | SectionOffsetKey |
Typedefs | |
| typedef std::set< SafePointer * > | SafePointerSet |
| Unordered set of SafePointers. | |
| typedef std::map< SectionIndexKey, SafePointerList * > | SectionIndexMap |
| Map for SafePointers that are requested using SectionIndexKeys. | |
| typedef std::map< SectionOffsetKey, SafePointerList * > | SectionOffsetMap |
| Map for SafePointers that are requested using SectionOffsetKeys. | |
| typedef std::map< FileOffsetKey, SafePointerList * > | FileOffsetMap |
| Map for SafePointers that are requested using FileOffsetKeys. | |
| typedef std::map< SectionKey, SafePointerList * > | SectionMap |
| Map for SafePointers that are requested using SectionKeys. | |
| typedef std::map< const SafePointable *, SafePointerList * > | ReferenceMap |
| Map for resolved references, that is SafePointers that are pointing to the created object. | |
Contains classes, utility classes and types related to reference managing.
| typedef std::map<FileOffsetKey, SafePointerList*> TPEF::ReferenceManager::FileOffsetMap |
Map for SafePointers that are requested using FileOffsetKeys.
Definition at line 157 of file SafePointer.hh.
| typedef std::map<const SafePointable*, SafePointerList*> TPEF::ReferenceManager::ReferenceMap |
Map for resolved references, that is SafePointers that are pointing to the created object.
Definition at line 169 of file SafePointer.hh.
| typedef std::set<SafePointer*> TPEF::ReferenceManager::SafePointerSet |
Unordered set of SafePointers.
Definition at line 144 of file SafePointer.hh.
| typedef std::map<SectionIndexKey, SafePointerList*> TPEF::ReferenceManager::SectionIndexMap |
Map for SafePointers that are requested using SectionIndexKeys.
Definition at line 147 of file SafePointer.hh.
| typedef std::map<SectionKey, SafePointerList*> TPEF::ReferenceManager::SectionMap |
Map for SafePointers that are requested using SectionKeys.
Definition at line 162 of file SafePointer.hh.
| typedef std::map<SectionOffsetKey, SafePointerList*> TPEF::ReferenceManager::SectionOffsetMap |
Map for SafePointers that are requested using SectionOffsetKeys.
Definition at line 152 of file SafePointer.hh.