|
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. | |
| AcceptedTypes & | allowInt (bool _allowInt) |
Set allow an int value or not. | |
| AcceptedTypes & | allowLongLong (bool _allowLongLong) |
Set allow an long long value or not. | |
| AcceptedTypes & | allowDouble (bool _allowDouble) |
Set allow a double value or not. | |
| AcceptedTypes & | allowString (bool _allowString) |
Set allow an std::string value or not. | |
| bool | allowInt () const |
Allow an int value? | |
| bool | allowLongLong () const |
Allow an long long value? | |
| bool | allowDouble () const |
Allow an double value? | |
| bool | allowString () const |
Allow an std::string value? | |
Determines the types that are accepted.
Definition at line 714 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inline |
Allow all types or not on construction.
Definition at line 717 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inline |
Set allow an int value or not.
Definition at line 724 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inline |
Set allow an long long value or not.
Definition at line 727 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inline |
Set allow a double value or not.
Definition at line 730 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inline |
Set allow an std::string value or not.
Definition at line 733 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inline |
Allow an int value?
Definition at line 736 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inline |
Allow an long long value?
Definition at line 738 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inline |
Allow an double value?
Definition at line 740 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inline |
Allow an std::string value?
Definition at line 742 of file Teuchos_StandardParameterEntryValidators.hpp.