#include <PerRef.h>
Inheritance diagram for PerRef:
Public Member Functions | |
| PerRef () | |
| PerRef (int entry, const std::string &path) | |
| virtual | ~PerRef () |
| int | entry () const |
| void | setEntry (int entry) |
| const std::string & | path () const |
| void | setPath (const std::string &path) |
Private Attributes | |
| int | m_entry |
| std::string | m_path |
bv@bnl.gov Sat Jul 19 02:13:29 2008
Definition at line 18 of file PerRef.h.
| PerRef::PerRef | ( | ) |
| PerRef::PerRef | ( | int | entry, | |
| const std::string & | path | |||
| ) |
| int PerRef::entry | ( | ) | const |
| void PerRef::setEntry | ( | int | entry | ) |
| const std::string & PerRef::path | ( | ) | const |
| void PerRef::setPath | ( | const std::string & | path | ) |
int PerRef::m_entry [private] |
std::string PerRef::m_path [private] |
1.4.7