#include <PerRef.h>
Inheritance diagram for PerRefInd:
Public Member Functions | |
| PerRefInd () | |
| PerRefInd (int index, int entry, const std::string &path) | |
| virtual | ~PerRefInd () |
| int | index () const |
| void | setIndex (int index) |
| int | entry () const |
| void | setEntry (int entry) |
| const std::string & | path () const |
| void | setPath (const std::string &path) |
Private Attributes | |
| int | m_index |
Definition at line 34 of file PerRef.h.
| PerRefInd::PerRefInd | ( | ) |
| PerRefInd::PerRefInd | ( | int | index, | |
| int | entry, | |||
| const std::string & | path | |||
| ) |
| int PerRefInd::index | ( | ) | const |
| void PerRefInd::setIndex | ( | int | index | ) |
| int PerRef::entry | ( | ) | const [inherited] |
| void PerRef::setEntry | ( | int | entry | ) | [inherited] |
| const std::string & PerRef::path | ( | ) | const [inherited] |
| void PerRef::setPath | ( | const std::string & | path | ) | [inherited] |
int PerRefInd::m_index [private] |
1.4.7