OpenASIP
2.0
|
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. More... | |
typedef std::map< SectionIndexKey, SafePointerList * > | SectionIndexMap |
Map for SafePointers that are requested using SectionIndexKeys. More... | |
typedef std::map< SectionOffsetKey, SafePointerList * > | SectionOffsetMap |
Map for SafePointers that are requested using SectionOffsetKeys. More... | |
typedef std::map< FileOffsetKey, SafePointerList * > | FileOffsetMap |
Map for SafePointers that are requested using FileOffsetKeys. More... | |
typedef std::map< SectionKey, SafePointerList * > | SectionMap |
Map for SafePointers that are requested using SectionKeys. More... | |
typedef std::map< const SafePointable *, SafePointerList * > | ReferenceMap |
Map for resolved references, that is SafePointers that are pointing to the created object. More... | |
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.