Teuchos - Trilinos Tools Package Version of the Day
|
Convert a StringToIntegralParameterEntryValidator to and from XML. More...
#include <Teuchos_StandardValidatorXMLConverters.hpp>
Additional Inherited Members | |
![]() | |
static const std::string & | getIdAttributeName () |
static const std::string & | getPrototypeIdAttributeName () |
static const std::string & | getTypeAttributeName () |
static const std::string & | getValidatorTagName () |
![]() | |
static const EVerbosityLevel | verbLevel_default = VERB_DEFAULT |
Default value for the verbLevel argument of describe(). | |
![]() | |
DescribableStreamManipulatorState | describe (const Describable &describable, const EVerbosityLevel verbLevel=Describable::verbLevel_default) |
Describable output stream manipulator. | |
std::ostream & | operator<< (std::ostream &os, const DescribableStreamManipulatorState &d) |
Output stream operator for Describable manipulator. | |
Convert a StringToIntegralParameterEntryValidator to and from XML.
This class knows how to write a StringToIntegralParameterEntryValidator to XML, and create an StringToIntegralParameterEntryValidator from its XML representation.
Here is the XML representation of a StringToIntegralValidator:
Here, "[true|false]" means the XML string representation of either Boolean true, or Boolean false.
The "integralValue", "stringDoc", and "caseSensitive" XML attributes are optional. However, if one of the "String" tags includes an "integralValue" and/or a "stringDoc" XML attribute, all other "String" tags must do so as well.
Definition at line 99 of file Teuchos_StandardValidatorXMLConverters.hpp.
|
virtual |
Implements Teuchos::ValidatorXMLConverter.
Definition at line 185 of file Teuchos_StandardValidatorXMLConverters.hpp.
|
virtual |
Implements Teuchos::ValidatorXMLConverter.
Definition at line 231 of file Teuchos_StandardValidatorXMLConverters.hpp.