#include <PointerItem.h>
Public Member Functions | |
PointerItem (std::string name, FCO *fco=0) | |
PointerItem (const PointerItem &peer) | |
const PointerItem & | operator= (const PointerItem &peer) |
bool | operator== (const PointerItem &peer) const |
bool | operator!= (const PointerItem &peer) const |
const std::string & | name () const |
FCO * | fcoPtr () const |
PointerItem (std::string name) | |
PointerItem (const PointerItem &peer) | |
const PointerItem & | operator= (const PointerItem &peer) |
bool | operator== (const PointerItem &peer) const |
bool | operator!= (const PointerItem &peer) const |
const std::string & | name () const |
Definition at line 16 of file BONExtender/Rep/PointerItem.h.
PointerItem::PointerItem | ( | std::string | name, | |
FCO * | fco = 0 | |||
) |
Definition at line 11 of file BONExtender/Rep/PointerItem.cpp.
PointerItem::PointerItem | ( | const PointerItem & | peer | ) |
Definition at line 15 of file BONExtender/Rep/PointerItem.cpp.
PointerItem::PointerItem | ( | std::string | name | ) |
Definition at line 14 of file MetaInterpreter/Rep/PointerItem.cpp.
PointerItem::PointerItem | ( | const PointerItem & | peer | ) |
FCO * PointerItem::fcoPtr | ( | ) | const |
Definition at line 42 of file BONExtender/Rep/PointerItem.cpp.
const std::string& PointerItem::name | ( | ) | const |
const std::string & PointerItem::name | ( | ) | const |
Definition at line 37 of file BONExtender/Rep/PointerItem.cpp.
bool PointerItem::operator!= | ( | const PointerItem & | peer | ) | const |
bool PointerItem::operator!= | ( | const PointerItem & | peer | ) | const |
Definition at line 32 of file BONExtender/Rep/PointerItem.cpp.
const PointerItem& PointerItem::operator= | ( | const PointerItem & | peer | ) |
const PointerItem & PointerItem::operator= | ( | const PointerItem & | peer | ) |
Definition at line 19 of file BONExtender/Rep/PointerItem.cpp.
bool PointerItem::operator== | ( | const PointerItem & | peer | ) | const |
bool PointerItem::operator== | ( | const PointerItem & | peer | ) | const |
Definition at line 27 of file BONExtender/Rep/PointerItem.cpp.