|
Teuchos - Trilinos Tools Package Version of the Day
|
Determines the types that are accepted.
More...
#include <Teuchos_StandardParameterEntryValidators.hpp>
Public Member Functions | |
| AcceptedTypes (bool allowAllTypesByDefault=true) | |
| Allow all types or not on construction. More... | |
| AcceptedTypes & | allowInt (bool _allowInt) |
Set allow an int value or not. More... | |
| AcceptedTypes & | allowLongLong (bool _allowLongLong) |
Set allow an long long value or not. More... | |
| AcceptedTypes & | allowDouble (bool _allowDouble) |
Set allow a double value or not. More... | |
| AcceptedTypes & | allowString (bool _allowString) |
Set allow an std::string value or not. More... | |
| bool | allowInt () const |
Allow an int value? More... | |
| bool | allowLongLong () const |
Allow an long long value? More... | |
| bool | allowDouble () const |
Allow an double value? More... | |
| bool | allowString () const |
Allow an std::string value? More... | |
Determines the types that are accepted.
Definition at line 722 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inline |
Allow all types or not on construction.
Definition at line 725 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inline |
Set allow an int value or not.
Definition at line 732 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inline |
Set allow an long long value or not.
Definition at line 735 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inline |
Set allow a double value or not.
Definition at line 738 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inline |
Set allow an std::string value or not.
Definition at line 741 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inline |
Allow an int value?
Definition at line 744 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inline |
Allow an long long value?
Definition at line 746 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inline |
Allow an double value?
Definition at line 748 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inline |
Allow an std::string value?
Definition at line 750 of file Teuchos_StandardParameterEntryValidators.hpp.