|
OpenASIP 2.2
|
#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 |
Public Member Functions inherited from TPEF::ReferenceManager::ReferenceKey | |
| virtual | ~ReferenceKey () |
Private Attributes | |
| FileOffset | fileOffset_ |
| File offset of the element this key points to. | |
Additional Inherited Members | |
Protected Member Functions inherited from TPEF::ReferenceManager::ReferenceKey | |
| 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 | ) |
The constructor.
| fileOffset | File offset. |
Definition at line 106 of file ReferenceKey.cc.
|
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.