|
Teuchos - Trilinos Tools Package
Version of the Day
|
Takes a validator, wraps it, and applies it to a TwoDArray. More...
#include <Teuchos_StandardParameterEntryValidators.hpp>
Public Member Functions | |
Constructor | |
| TwoDArrayValidator (RCP< const ValidatorType > prototypeValidator) | |
| Constructs a ArrayValidator. | |
Overridden from ParameterEntryValidator | |
| virtual void | validate (ParameterEntry const &entry, std::string const ¶mName, std::string const &sublistName) const |
| | |
| const std::string | getXMLTypeName () const |
| | |
| virtual void | printDoc (std::string const &docString, std::ostream &out) const |
| | |
Takes a validator, wraps it, and applies it to a TwoDArray.
This class is a wrapper, allowing you to apply a normal validator to a TwoDArray of values. It is templated on both the validator type and the type of the entries contained within the array.
Please see TwoDArrayValidatorXMLConverter for documenation regarding the XML representation of this validator.
Definition at line 1620 of file Teuchos_StandardParameterEntryValidators.hpp.
| Teuchos::TwoDArrayValidator< ValidatorType, EntryType >::TwoDArrayValidator | ( | RCP< const ValidatorType > | prototypeValidator | ) | [inline] |
Constructs a ArrayValidator.
| prototypeValidator | The validator to be used on each entry in the array. |
Definition at line 1631 of file Teuchos_StandardParameterEntryValidators.hpp.
| void Teuchos::TwoDArrayValidator< ValidatorType, EntryType >::validate | ( | ParameterEntry const & | entry, |
| std::string const & | paramName, | ||
| std::string const & | sublistName | ||
| ) | const [virtual] |
Implements Teuchos::ParameterEntryValidator.
Definition at line 1665 of file Teuchos_StandardParameterEntryValidators.hpp.
| const std::string Teuchos::TwoDArrayValidator< ValidatorType, EntryType >::getXMLTypeName | ( | ) | const [inline, virtual] |
Implements Teuchos::ParameterEntryValidator.
Definition at line 1644 of file Teuchos_StandardParameterEntryValidators.hpp.
| virtual void Teuchos::TwoDArrayValidator< ValidatorType, EntryType >::printDoc | ( | std::string const & | docString, |
| std::ostream & | out | ||
| ) | const [inline, virtual] |
Implements Teuchos::ParameterEntryValidator.
Definition at line 1651 of file Teuchos_StandardParameterEntryValidators.hpp.
1.7.6.1