CMS 3D CMS Logo

AlgoCheck::ConstraintS Struct Reference

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

#include <DetectorDescription/ExprAlgo/interface/AlgoCheck.h>

List of all members.

Public Member Functions

 ConstraintS (int minOccurs, int maxOccurs, bool use, bool deflt, std::string defltVal)
 ConstraintS ()

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.

00038 { } // 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.

00045    : minOccurs_(minOccurs), maxOccurs_(maxOccurs), use_(use), default_(deflt),
00046      defaultVal_(defltVal)
00047    { }          


Member Data Documentation

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.


The documentation for this struct was generated from the following file:
Generated on Tue Jun 9 18:14:11 2009 for CMSSW by  doxygen 1.5.4