#include <accessor.h>
Public Member Functions | |
Accessor (const Getter &g, const Setter &s) | |
T | operator() () const |
T | operator() (const T &x) const |
void | operator= (const Accessor &) |
Public Attributes | |
Getter | g |
Setter | s |
Allows TCL access to overloaded getter/setter methods, which normally is not available due to the overload restrictions in classdesc