#include <settings.h>
Inheritance diagram for Ishtar::VarAccessService< T, ro, s, warningWhenInitializedWithDefaultValue >:

Public Member Functions | |
| VarAccessService () | |
| Constructor. | |
| void | associate (const std::string &name, T *variables, const StringsAccumulator &subnames=StringsAccumulator()) |
| Association, register itself to the services registry. | |
| virtual | ~VarAccessService () |
| Destructor, unregister itself from the services registry. | |
| virtual ValueVector * | getValues (void) |
| Read values from the pointed variable. | |
| virtual void | setValues (ValueVector *values) |
| Write values to the pointed variable. | |
Protected Attributes | |
| T * | valuesPtr |
| pointer to real values that I expose to Ishtar | |
1.4.2