Generic interface for defining configuration options of a numerical algorithm.
Definition at line 31 of file IOptions.h.
Public Member Functions | |
| IOptions () | |
| virtual | ~IOptions () |
| virtual IOptions * | Clone () const =0 |
| virtual bool | GetIntValue (const char *, int &) const |
| virtual bool | GetNamedValue (const char *, std::string &) const |
| virtual bool | GetRealValue (const char *, double &) const |
| template<typename T > | |
| bool | GetValue (const char *name, T &t) const |
| int | IValue (const char *name) const |
| std::string | NamedValue (const char *name) const |
| virtual void | Print (std::ostream &=std::cout) const |
| print options | |
| double | RValue (const char *name) const |
| virtual void | SetIntValue (const char *, int) |
| virtual void | SetNamedValue (const char *, const char *) |
| virtual void | SetRealValue (const char *, double) |
| method wich need to be re-implemented by the derived classes | |
| void | SetValue (const char *name, const char *val) |
| void | SetValue (const char *name, double val) |
| generic methods for retrieving options | |
| void | SetValue (const char *name, int val) |
Private Member Functions | |
| bool | DoGetValue (const char *name, double &val) const |
| bool | DoGetValue (const char *name, int &val) const |
| bool | DoGetValue (const char *name, std::string &val) const |
#include <Math/IOptions.h>
|
inline |
Definition at line 35 of file IOptions.h.
|
inlinevirtual |
Definition at line 37 of file IOptions.h.
|
pure virtual |
Implemented in ROOT::Math::GenAlgoOptions.
Definition at line 104 of file IOptions.h.
Definition at line 106 of file IOptions.h.
|
inlineprivate |
Definition at line 108 of file IOptions.h.
Reimplemented in ROOT::Math::GenAlgoOptions.
Definition at line 86 of file IOptions.h.
|
inlinevirtual |
Reimplemented in ROOT::Math::GenAlgoOptions.
Definition at line 88 of file IOptions.h.
Reimplemented in ROOT::Math::GenAlgoOptions.
Definition at line 84 of file IOptions.h.
|
inline |
Definition at line 74 of file IOptions.h.
|
inline |
Definition at line 57 of file IOptions.h.
|
inline |
Definition at line 64 of file IOptions.h.
|
inlinevirtual |
print options
Reimplemented in ROOT::Math::GenAlgoOptions.
Definition at line 99 of file IOptions.h.
|
inline |
Definition at line 50 of file IOptions.h.
|
inlinevirtual |
Reimplemented in ROOT::Math::GenAlgoOptions.
Definition at line 93 of file IOptions.h.
|
inlinevirtual |
Reimplemented in ROOT::Math::GenAlgoOptions.
Definition at line 95 of file IOptions.h.
|
inlinevirtual |
method wich need to be re-implemented by the derived classes
Reimplemented in ROOT::Math::GenAlgoOptions.
Definition at line 91 of file IOptions.h.
|
inline |
Definition at line 47 of file IOptions.h.
|
inline |
|
inline |
Definition at line 46 of file IOptions.h.