|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Convience class for FileNameValidators that are to be applied to arrays. More...
#include <Teuchos_StandardParameterEntryValidators.hpp>

Constructors/Destructor | |
| ArrayFileNameValidator (RCP< const FileNameValidator > prototypeValidator) | |
| | |
Convience class for FileNameValidators that are to be applied to arrays.
Also needed for maintaining backwards compatiblitiy with the earliest versions of the Optika package. This class would be a simple typedef, however I wanted to maintain consistency with the ArrayNumberValidator class which cannot be typedef'd.
Definition at line 2071 of file Teuchos_StandardParameterEntryValidators.hpp.
| Teuchos::ArrayFileNameValidator::ArrayFileNameValidator | ( | RCP< const FileNameValidator > | prototypeValidator | ) | [inline] |
Definition at line 2079 of file Teuchos_StandardParameterEntryValidators.hpp.
1.7.6.1