OpenASIP
2.0
|
#include <ReferenceKey.hh>
Public Member Functions | |
FileOffsetKey (FileOffset fileOffset) | |
virtual | ~FileOffsetKey () |
bool | operator== (const FileOffsetKey &other) const |
bool | operator!= (const FileOffsetKey &other) const |
bool | operator< (const FileOffsetKey &other) const |
FileOffset | fileOffset () const |
![]() | |
virtual | ~ReferenceKey () |
Private Attributes | |
FileOffset | fileOffset_ |
File offset of the element this key points to. More... | |
Additional Inherited Members | |
![]() | |
ReferenceKey () | |
With this type of key one can identify objects with its file offset.
Definition at line 121 of file ReferenceKey.hh.
TPEF::ReferenceManager::FileOffsetKey::FileOffsetKey | ( | FileOffset | fileOffset | ) |
|
virtual |
FileOffset TPEF::ReferenceManager::FileOffsetKey::fileOffset | ( | ) | const |
bool TPEF::ReferenceManager::FileOffsetKey::operator!= | ( | const FileOffsetKey & | other | ) | const |
bool TPEF::ReferenceManager::FileOffsetKey::operator< | ( | const FileOffsetKey & | other | ) | const |
bool TPEF::ReferenceManager::FileOffsetKey::operator== | ( | const FileOffsetKey & | other | ) | const |
|
private |
File offset of the element this key points to.
Definition at line 134 of file ReferenceKey.hh.