CMS 3D CMS Logo

Public Member Functions | Public Attributes

AlgoCheck::ConstraintS Struct Reference

constraints as defined for algorithm-parameters in the XML schema Algorithm.xsd, strings More...

#include <AlgoCheck.h>

List of all members.

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_

Detailed Description

constraints as defined for algorithm-parameters in the XML schema Algorithm.xsd, strings

Definition at line 37 of file AlgoCheck.h.


Constructor & Destructor Documentation

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)
   { }          

Member Data Documentation

Definition at line 49 of file AlgoCheck.h.

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.