#include <Reference.h>
Public Member Functions | |
OId | oid () const |
Reference & | operator= (const Reference &rhs) |
Reference () | |
Reference (const OId &oid) | |
Reference (const Reference &rhs) | |
void | set (const OId &oid) |
virtual | ~Reference () |
Private Attributes | |
int | m_containerId |
int | m_itemId |
Definition at line 8 of file Reference.h.
ora::Reference::Reference | ( | ) |
Definition at line 3 of file Reference.cc.
|
explicit |
Definition at line 8 of file Reference.cc.
ora::Reference::Reference | ( | const Reference & | rhs | ) |
Definition at line 13 of file Reference.cc.
|
virtual |
Definition at line 18 of file Reference.cc.
ora::OId ora::Reference::oid | ( | ) | const |
Definition at line 32 of file Reference.cc.
ora::Reference & ora::Reference::operator= | ( | const Reference & | rhs | ) |
void ora::Reference::set | ( | const OId & | oid | ) |
Definition at line 27 of file Reference.cc.
References ora::OId::containerId(), and ora::OId::itemId().
Referenced by betterConfigParser.BetterConfigParser::getGeneral().
|
private |
Definition at line 18 of file Reference.h.
Referenced by operator=().
|
private |
Definition at line 19 of file Reference.h.
Referenced by operator=().