|
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 & | 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 | allowDouble () const |
Allow an double value? | |
| bool | allowString () const |
Allow an std::string value? | |
Determines the types that are accepted.
Definition at line 615 of file Teuchos_StandardParameterEntryValidators.hpp.
| Teuchos::AnyNumberParameterEntryValidator::AcceptedTypes::AcceptedTypes | ( | bool | allowAllTypesByDefault = true | ) | [inline] |
Allow all types or not on construction.
Definition at line 618 of file Teuchos_StandardParameterEntryValidators.hpp.
| AcceptedTypes& Teuchos::AnyNumberParameterEntryValidator::AcceptedTypes::allowInt | ( | bool | _allowInt | ) | [inline] |
Set allow an int value or not.
Definition at line 623 of file Teuchos_StandardParameterEntryValidators.hpp.
| AcceptedTypes& Teuchos::AnyNumberParameterEntryValidator::AcceptedTypes::allowDouble | ( | bool | _allowDouble | ) | [inline] |
Set allow a double value or not.
Definition at line 626 of file Teuchos_StandardParameterEntryValidators.hpp.
| AcceptedTypes& Teuchos::AnyNumberParameterEntryValidator::AcceptedTypes::allowString | ( | bool | _allowString | ) | [inline] |
Set allow an std::string value or not.
Definition at line 629 of file Teuchos_StandardParameterEntryValidators.hpp.
| bool Teuchos::AnyNumberParameterEntryValidator::AcceptedTypes::allowInt | ( | ) | const [inline] |
Allow an int value?
Definition at line 632 of file Teuchos_StandardParameterEntryValidators.hpp.
| bool Teuchos::AnyNumberParameterEntryValidator::AcceptedTypes::allowDouble | ( | ) | const [inline] |
Allow an double value?
Definition at line 634 of file Teuchos_StandardParameterEntryValidators.hpp.
| bool Teuchos::AnyNumberParameterEntryValidator::AcceptedTypes::allowString | ( | ) | const [inline] |
Allow an std::string value?
Definition at line 636 of file Teuchos_StandardParameterEntryValidators.hpp.
1.7.6.1