|
Optika Development
|
#include <Optika_SpecificParameterEntryValidators.hpp>


Public Member Functions | |
| ArrayFileNameValidator (Teuchos::RCP< FileNameValidator > prototypeValidator) | |
| Teuchos::RCP< const FileNameValidator > | getPrototype () const |
| void | validate (Teuchos::ParameterEntry const &entry, std::string const ¶mName, std::string const &sublistName) const |
| void | printDoc (std::string const &docString, std::ostream &out) const |
A wrapper class allowing a FileNameValidator to be applied to an array.
| Optika::ArrayFileNameValidator::ArrayFileNameValidator | ( | Teuchos::RCP< FileNameValidator > | prototypeValidator | ) | [inline] |
Constructs a FileNameArrayValidator.
| prototypeValidator | The validator to be applied to each entry in the array. |
| Teuchos::RCP<const FileNameValidator> Optika::ArrayFileNameValidator::getPrototype | ( | ) | const [inline] |
Retruns the prototype validator being used by the ArrayFileNameValidator.
1.7.4