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.
|
inline |
Definition at line 38 of file AlgoCheck.h.
|
inline |
Definition at line 39 of file AlgoCheck.h.
bool AlgoCheck::ConstraintS::default_ |
Definition at line 49 of file AlgoCheck.h.
std::string AlgoCheck::ConstraintS::defaultVal_ |
Definition at line 50 of file AlgoCheck.h.
int AlgoCheck::ConstraintS::maxOccurs_ |
Definition at line 48 of file AlgoCheck.h.
int AlgoCheck::ConstraintS::minOccurs_ |
Definition at line 48 of file AlgoCheck.h.
bool AlgoCheck::ConstraintS::use_ |
Definition at line 49 of file AlgoCheck.h.