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