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 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.