#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? |
Definition at line 437 of file Teuchos_StandardParameterEntryValidators.hpp.
Teuchos::AnyNumberParameterEntryValidator::AcceptedTypes::AcceptedTypes | ( | bool | allowAllTypesByDefault = true |
) | [inline] |
Allow all types or not on construction.
Definition at line 440 of file Teuchos_StandardParameterEntryValidators.hpp.
bool Teuchos::AnyNumberParameterEntryValidator::AcceptedTypes::allowDouble | ( | ) | const [inline] |
AcceptedTypes& Teuchos::AnyNumberParameterEntryValidator::AcceptedTypes::allowDouble | ( | bool | _allowDouble | ) | [inline] |
Set allow a double
value or not.
Definition at line 448 of file Teuchos_StandardParameterEntryValidators.hpp.
bool Teuchos::AnyNumberParameterEntryValidator::AcceptedTypes::allowInt | ( | ) | const [inline] |
AcceptedTypes& Teuchos::AnyNumberParameterEntryValidator::AcceptedTypes::allowInt | ( | bool | _allowInt | ) | [inline] |
Set allow an int
value or not.
Definition at line 445 of file Teuchos_StandardParameterEntryValidators.hpp.
bool Teuchos::AnyNumberParameterEntryValidator::AcceptedTypes::allowString | ( | ) | const [inline] |
Allow an std::string
value?
Definition at line 458 of file Teuchos_StandardParameterEntryValidators.hpp.
AcceptedTypes& Teuchos::AnyNumberParameterEntryValidator::AcceptedTypes::allowString | ( | bool | _allowString | ) | [inline] |
Set allow an std::string
value or not.
Definition at line 451 of file Teuchos_StandardParameterEntryValidators.hpp.