Inheritance diagram for Eaagles::Basic::LcPair:


Public Member Functions | |
| LcPair (const char *slot, LcObject *object) | |
| LcIdent * | slot () |
| const LcIdent * | slot () const |
| LcObject * | object () |
| const LcObject * | object () const |
| virtual bool | isValid () const |
Private Attributes | |
| LcIdent * | slotname |
| LcObject * | obj |
An Ident/Object pair.
Input file syntax:
ident: <object>
| Eaagles::Basic::LcPair::LcPair | ( | const char * | slot, | |
| LcObject * | object | |||
| ) |
| LcIdent* Eaagles::Basic::LcPair::slot | ( | ) | [inline] |
Returns the name of the slot.
| const LcIdent* Eaagles::Basic::LcPair::slot | ( | ) | const [inline] |
| LcObject* Eaagles::Basic::LcPair::object | ( | ) | [inline] |
as needed.
Returns a pointer to the object. The caller should ref() the object,
| const LcObject* Eaagles::Basic::LcPair::object | ( | ) | const [inline] |
| bool Eaagles::Basic::LcPair::isValid | ( | ) | const [virtual] |
LcIdent* Eaagles::Basic::LcPair::slotname [private] |
Slot name.
LcObject* Eaagles::Basic::LcPair::obj [private] |
Pointer to Object.
1.5.0