Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
List of all members
Teuchos::AnyNumberValidatorXMLConverter Class Reference

Converts AnyNumberParameterEntryValidators to and from XML. More...

#include <Teuchos_StandardValidatorXMLConverters.hpp>

Inheritance diagram for Teuchos::AnyNumberValidatorXMLConverter:
Inheritance graph
[legend]

Overridden from ValidatorXMLConverter

RCP< ParameterEntryValidatorconvertXML (const XMLObject &xmlObj, const IDtoValidatorMap &validatorIDsMap) const
 
void convertValidator (const RCP< const ParameterEntryValidator > validator, XMLObject &xmlObj, const ValidatortoIDMap &validatorIDsMap) const
 

Private Members

static const std::string & getAllowIntAttributeName ()
 
static const std::string & getAllowDoubleAttributeName ()
 
static const std::string & getAllowStringAttributeName ()
 
static const std::string & getPrefferedTypeAttributeName ()
 

Additional Inherited Members

- Public Member Functions inherited from Teuchos::ValidatorXMLConverter
RCP< ParameterEntryValidatorfromXMLtoValidator (const XMLObject &xmlObj, const IDtoValidatorMap &validatorIDsMap) const
 Converts a given XMLObject to a ParameterEntryValidator.
 
XMLObject fromValidatortoXML (const RCP< const ParameterEntryValidator > validator, const ValidatortoIDMap &validatorIDsMap, bool assignedID=true) const
 Converters a given ParameterEntryValidator to XML.
 
- Public Member Functions inherited from Teuchos::Describable
virtual std::string description () const
 Return a simple one-line description of this object.
 
virtual void describe (FancyOStream &out, const EVerbosityLevel verbLevel=verbLevel_default) const
 Print the object with some verbosity level to a FancyOStream.
 
void describe (std::ostream &out, const EVerbosityLevel verbLevel=verbLevel_default) const
 Version of describe() that takes an std::ostream instead of a FancyOStream.
 
virtual ~Describable ()
 Destructor (marked virtual for memory safety of derived classes).
 
- Public Member Functions inherited from Teuchos::LabeledObject
 LabeledObject ()
 Construct with an empty label.
 
virtual ~LabeledObject ()
 
virtual void setObjectLabel (const std::string &objectLabel)
 Set the object label (see LabeledObject).
 
virtual std::string getObjectLabel () const
 Get the object label (see LabeledObject).
 
- Static Public Member Functions inherited from Teuchos::ValidatorXMLConverter
static const std::string & getIdAttributeName ()
 
static const std::string & getPrototypeIdAttributeName ()
 
static const std::string & getTypeAttributeName ()
 
static const std::string & getValidatorTagName ()
 
- Static Public Attributes inherited from Teuchos::Describable
static const EVerbosityLevel verbLevel_default = VERB_DEFAULT
 Default value for the verbLevel argument of describe().
 

Detailed Description

Converts AnyNumberParameterEntryValidators to and from XML.

The valid XML representation for an AnyNumberParameterEntryValidator is:

<Validator type="AnyNumberValidator"
allowInt="True or False"
allowDouble="True or False"
allowString="True or False"
prefferedType="Prefered type"
/>
Concrete serial communicator subclass.

Definition at line 330 of file Teuchos_StandardValidatorXMLConverters.hpp.

Member Function Documentation

◆ convertXML()

RCP< ParameterEntryValidator > Teuchos::AnyNumberValidatorXMLConverter::convertXML ( const XMLObject & xmlObj,
const IDtoValidatorMap & validatorIDsMap ) const
virtual

◆ convertValidator()

void Teuchos::AnyNumberValidatorXMLConverter::convertValidator ( const RCP< const ParameterEntryValidator > validator,
XMLObject & xmlObj,
const ValidatortoIDMap & validatorIDsMap ) const
virtual

◆ getAllowIntAttributeName()

static const std::string & Teuchos::AnyNumberValidatorXMLConverter::getAllowIntAttributeName ( )
inlinestaticprivate

Definition at line 362 of file Teuchos_StandardValidatorXMLConverters.hpp.

◆ getAllowDoubleAttributeName()

static const std::string & Teuchos::AnyNumberValidatorXMLConverter::getAllowDoubleAttributeName ( )
inlinestaticprivate

Definition at line 368 of file Teuchos_StandardValidatorXMLConverters.hpp.

◆ getAllowStringAttributeName()

static const std::string & Teuchos::AnyNumberValidatorXMLConverter::getAllowStringAttributeName ( )
inlinestaticprivate

Definition at line 374 of file Teuchos_StandardValidatorXMLConverters.hpp.

◆ getPrefferedTypeAttributeName()

static const std::string & Teuchos::AnyNumberValidatorXMLConverter::getPrefferedTypeAttributeName ( )
inlinestaticprivate

Definition at line 380 of file Teuchos_StandardValidatorXMLConverters.hpp.


The documentation for this class was generated from the following files: