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

Constructors/Destructor | |
| ArrayNumberValidator (RCP< const EnhancedNumberValidator< T > > prototypeValidator) | |
| | |
Convience class for EnhancedNumberValidators 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 the current c++ compilers do not support templated typedefs
Definition at line 2095 of file Teuchos_StandardParameterEntryValidators.hpp.
| Teuchos::ArrayNumberValidator< T >::ArrayNumberValidator | ( | RCP< const EnhancedNumberValidator< T > > | prototypeValidator | ) | [inline] |
Definition at line 2101 of file Teuchos_StandardParameterEntryValidators.hpp.
1.7.6.1