constraints as defined for algorithm-parameters in the XML schema Algorithm.xsd, strings More...
#include <AlgoCheck.h>
Public Member Functions | |
ConstraintS () | |
ConstraintS (int minOccurs, int maxOccurs, bool use, bool deflt, std::string defltVal) | |
Public Attributes | |
bool | default_ |
std::string | defaultVal_ |
int | maxOccurs_ |
int | minOccurs_ |
bool | use_ |
constraints as defined for algorithm-parameters in the XML schema Algorithm.xsd, strings
Definition at line 37 of file AlgoCheck.h.
AlgoCheck::ConstraintS::ConstraintS | ( | ) | [inline] |
Definition at line 38 of file AlgoCheck.h.
{ } // for STL conformance
AlgoCheck::ConstraintS::ConstraintS | ( | int | minOccurs, |
int | maxOccurs, | ||
bool | use, | ||
bool | deflt, | ||
std::string | defltVal | ||
) | [inline] |
Definition at line 39 of file AlgoCheck.h.
: minOccurs_(minOccurs), maxOccurs_(maxOccurs), use_(use), default_(deflt), defaultVal_(defltVal) { }
Definition at line 49 of file AlgoCheck.h.
std::string AlgoCheck::ConstraintS::defaultVal_ |
Definition at line 50 of file AlgoCheck.h.
Definition at line 48 of file AlgoCheck.h.
Definition at line 48 of file AlgoCheck.h.
Definition at line 49 of file AlgoCheck.h.