|
OpenASIP 2.2
|
#include <ReferenceKey.hh>


Public Member Functions | |
| SectionIndexKey (SectionId sectionId, SectionIndex index) | |
| virtual | ~SectionIndexKey () |
| bool | operator== (const SectionIndexKey &other) const |
| bool | operator!= (const SectionIndexKey &other) const |
| bool | operator< (const SectionIndexKey &other) const |
| SectionId | sectionId () const |
| SectionIndex | index () const |
Public Member Functions inherited from TPEF::ReferenceManager::ReferenceKey | |
| virtual | ~ReferenceKey () |
Private Attributes | |
| SectionId | sectionId_ |
| Section Identification code of the section that contains the element this key points to. | |
| SectionIndex | index_ |
| Index 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 an object by means of a section identification code and the index of the element in the section.
Definition at line 65 of file ReferenceKey.hh.
| TPEF::ReferenceManager::SectionIndexKey::SectionIndexKey | ( | SectionId | sectionId, |
| SectionIndex | index | ||
| ) |
The constructor.
| sectionId | Identification code of the section. |
| index | Index of the element in section. |
Definition at line 67 of file ReferenceKey.cc.
|
virtual |
| SectionIndex TPEF::ReferenceManager::SectionIndexKey::index | ( | ) | const |
| bool TPEF::ReferenceManager::SectionIndexKey::operator!= | ( | const SectionIndexKey & | other | ) | const |
| bool TPEF::ReferenceManager::SectionIndexKey::operator< | ( | const SectionIndexKey & | other | ) | const |
| bool TPEF::ReferenceManager::SectionIndexKey::operator== | ( | const SectionIndexKey & | other | ) | const |
| SectionId TPEF::ReferenceManager::SectionIndexKey::sectionId | ( | ) | const |
|
private |
Index of the element this key points to.
Definition at line 82 of file ReferenceKey.hh.
|
private |
Section Identification code of the section that contains the element this key points to.
Definition at line 80 of file ReferenceKey.hh.