A DynamicType attribute visitor that takes the attribute values from an a 'Builder' which implements the RetrieveValue. More...
#include <ConfigurationVisitor.hxx>
Public Member Functions | |
| ConfigurationSetter (Configuration *config, Builder *builder) | |
| virtual | ~ConfigurationSetter () |
| template<typename T > | |
| void | Accept (const char *name, T &value) |
| virtual void | VisitConfig () |
A DynamicType attribute visitor that takes the attribute values from an a 'Builder' which implements the RetrieveValue.
for each attribute using a user interface builder. The builder should implement RetrieveValue overloaded methods for every type whe want to support.
Definition at line 74 of file ConfigurationVisitor.hxx.
| CLAM::ConfigurationSetter< Configuration, Builder >::ConfigurationSetter | ( | Configuration * | config, | |
| Builder * | builder | |||
| ) | [inline] |
Definition at line 76 of file ConfigurationVisitor.hxx.
| virtual CLAM::ConfigurationSetter< Configuration, Builder >::~ConfigurationSetter | ( | ) | [inline, virtual] |
Definition at line 81 of file ConfigurationVisitor.hxx.
| void CLAM::ConfigurationSetter< Configuration, Builder >::Accept | ( | const char * | name, | |
| T & | value | |||
| ) | [inline] |
Definition at line 84 of file ConfigurationVisitor.hxx.
| virtual void CLAM::ConfigurationSetter< Configuration, Builder >::VisitConfig | ( | ) | [inline, virtual] |
Implements CLAM::ConfigurationVisitor.
Definition at line 88 of file ConfigurationVisitor.hxx.
1.6.3