|
Teuchos - Trilinos Tools Package
Version of the Day
|
An abstract base class for all ArrayValidators. More...
#include <Teuchos_StandardParameterEntryValidators.hpp>
Public Member Functions | |
Constructors | |
| AbstractArrayValidator (RCP< const ValidatorType > prototypeValidator) | |
| Constructs an AbstractArrayValidator. | |
Getter Functions | |
| RCP< const ValidatorType > | getPrototype () const |
| Returns the prototype validator for this Array Validator. | |
Overridden from ParameterEntryValidator | |
| ValidStringsList | validStringValues () const |
| | |
An abstract base class for all ArrayValidators.
Definition at line 1673 of file Teuchos_StandardParameterEntryValidators.hpp.
| Teuchos::AbstractArrayValidator< ValidatorType, EntryType >::AbstractArrayValidator | ( | RCP< const ValidatorType > | prototypeValidator | ) | [inline] |
Constructs an AbstractArrayValidator.
| prototypeValidator | The prototype validator to be applied to each entry in the array. |
Definition at line 1686 of file Teuchos_StandardParameterEntryValidators.hpp.
| RCP<const ValidatorType> Teuchos::AbstractArrayValidator< ValidatorType, EntryType >::getPrototype | ( | ) | const [inline] |
Returns the prototype validator for this Array Validator.
Definition at line 1696 of file Teuchos_StandardParameterEntryValidators.hpp.
| ValidStringsList Teuchos::AbstractArrayValidator< ValidatorType, EntryType >::validStringValues | ( | ) | const [inline, virtual] |
Implements Teuchos::ParameterEntryValidator.
Definition at line 1706 of file Teuchos_StandardParameterEntryValidators.hpp.
1.7.6.1