39 #ifndef OME_XML_MODEL_PRIMITIVES_POSITIVEINTEGER_H 40 #define OME_XML_MODEL_PRIMITIVES_POSITIVEINTEGER_H 44 #include <ome/xml/model/primitives/ConstrainedNumeric.h> 45 #include <ome/xml/model/primitives/NumericConstraints.h> 67 #endif // OME_XML_MODEL_PRIMITIVES_POSITIVEINTEGER_H Open Microscopy Environment C++ implementation.
ConstrainedNumeric< int32_t, PositiveIntegerConstraint< int32_t > > PositiveInteger
Integer (signed 32-bit) value greater than zero.
Definition: PositiveInteger.h:60
A numeric type constrained to a subrange (or subranges) of its range limits.
Definition: ConstrainedNumeric.h:118