Public Types | |
typedef SG::AuxElement::Accessor< TYPE > | AccessorType |
Public Member Functions | |
AccessorWrapper (const std::string &n) | |
void | setAttribute (SG::AuxElement &p, const TYPE &v) |
void | getAttribute (const SG::AuxElement &p, TYPE &v) |
const TYPE & | getAttribute (const SG::AuxElement &p) |
bool | isAvailable (const SG::AuxElement &p) |
const TYPE & | operator() (const SG::AuxElement &p) |
TYPE & | operator() (SG::AuxElement &p) |
Protected Attributes | |
AccessorType | m_a |