Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
Zoltan2::IntegerRangeListValidatorXMLConverter< Integral > Class Template Reference

XML conversion code for IntegerRangeListValidator. More...

#include <Zoltan2_IntegerRangeList.hpp>

Inherits ValidatorXMLConverter.

Public Member Functions

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

Detailed Description

template<typename Integral>
class Zoltan2::IntegerRangeListValidatorXMLConverter< Integral >

XML conversion code for IntegerRangeListValidator.

The valid XML representation of an IntegerRangeListValidator is:

<Validator type="IntegerRangeListValidator(template-arg)"
min="optional minimum value"
max="optional maximum value"
unsorted="true if input list should remain unsorted"
validatorId="Validator Id"
/>

Definition at line 740 of file Zoltan2_IntegerRangeList.hpp.

Member Function Documentation

template<typename Integral >
RCP< Teuchos::ParameterEntryValidator > Zoltan2::IntegerRangeListValidatorXMLConverter< Integral >::convertXML ( const Teuchos::XMLObject &  xmlObj,
const Teuchos::IDtoValidatorMap &  validatorIDsMap 
) const

Definition at line 764 of file Zoltan2_IntegerRangeList.hpp.

template<typename Integral >
void Zoltan2::IntegerRangeListValidatorXMLConverter< Integral >::convertValidator ( const RCP< const Teuchos::ParameterEntryValidator >  validator,
Teuchos::XMLObject &  xmlObj,
const Teuchos::ValidatortoIDMap &  validatorIDsMap 
) const

Definition at line 797 of file Zoltan2_IntegerRangeList.hpp.


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