Teuchos Package Browser (Single Doxygen Collection) Version of the Day
|
An xml converter for BoolValidatorDependencies. More...
#include <Teuchos_StandardDependencyXMLConverters.hpp>
Overridden from ValidatorDependencyConverter | |
void | convertSpecialValidatorAttributes (RCP< const ValidatorDependency > dependency, XMLObject &xmlObj, ValidatortoIDMap &validatorIDsMap) const |
RCP< ValidatorDependency > | convertSpecialValidatorAttributes (const XMLObject &xmlObj, RCP< const ParameterEntry > dependee, const Dependency::ParameterEntryList dependents, const IDtoValidatorMap &validatorIDsMap) const |
Private Members | |
static const std::string & | getFalseValidatorIdAttributeName () |
static const std::string & | getTrueValidatorIdAttributeName () |
An xml converter for BoolValidatorDependencies.
The valid XML representation of a BoolValidatorDependency is:
You don't have to include both a "trueValidatorId" and "falseValidatorId" XML attribute, but you must include at least one of them.
Definition at line 534 of file Teuchos_StandardDependencyXMLConverters.hpp.
|
virtual |
Implements Teuchos::ValidatorDependencyXMLConverter.
Definition at line 307 of file Teuchos_StandardDependencyXMLConverters.cpp.
|
virtual |
Implements Teuchos::ValidatorDependencyXMLConverter.
Definition at line 343 of file Teuchos_StandardDependencyXMLConverters.cpp.
|
inlinestaticprivate |
Definition at line 562 of file Teuchos_StandardDependencyXMLConverters.hpp.
|
inlinestaticprivate |
Definition at line 569 of file Teuchos_StandardDependencyXMLConverters.hpp.