|
| AlgorithmParameters (const AlgorithmParameters &x) |
|
AlgorithmParameters & | operator= (const AlgorithmParameters &x) |
|
template<class T > |
AlgorithmParameters & | operator() (const char *name, const T &value, bool throwIfNotUsed) |
|
template<class T > |
AlgorithmParameters & | operator() (const char *name, const T &value) |
|
bool | GetVoidValue (const char *name, const std::type_info &valueType, void *pValue) const |
| to be implemented by derived classes, users should use one of the above functions instead
|
|
template<class T > |
bool | GetThisObject (T &object) const |
| get a copy of this object or a subobject of it
|
|
template<class T > |
bool | GetThisPointer (T *&p) const |
| get a pointer to this object, as a pointer to T
|
|
template<class T > |
bool | GetValue (const char *name, T &value) const |
| get a named value, returns true if the name exists
|
|
template<class T > |
T | GetValueWithDefault (const char *name, T defaultValue) const |
| get a named value, returns the default if the name doesn't exist
|
|
std::string | GetValueNames () const |
| get a list of value names that can be retrieved
|
|
bool | GetIntValue (const char *name, int &value) const |
| get a named value with type int More...
|
|
int | GetIntValueWithDefault (const char *name, int defaultValue) const |
| get a named value with type int, with default
|
|
template<class T > |
void | GetRequiredParameter (const char *className, const char *name, T &value) const |
|
void | GetRequiredIntParameter (const char *className, const char *name, int &value) const |
|
Definition at line 333 of file algparam.h.