29 #ifndef CLPROTOCOL_CVERSION_H 30 #define CLPROTOCOL_CVERSION_H 64 bool operator>(
const CVersion& Version)
const;
65 bool operator<(
const CVersion& Version)
const;
82 #endif // CLPROTOCOL_CVERSION_H Encapsulates a version number.
int32_t m_Major
Major version number; if changed backward compatiblitity is broken.
bool operator==(const MyAlloc< T1 > &, const MyAlloc< T2 > &)
int32_t m_Minor
Minor version number; if changed backward compatiblitity is maintained.
Common GenICam base include file.
virtual void FromString(const GENICAM_NAMESPACE::gcstring &ValueStr, bool Verify=true)=0
Set content of the node as string.
virtual GENICAM_NAMESPACE::gcstring ToString()=0
Returns a string representation of the digit.
virtual IBoolean & operator=(bool Value)
Set node value.
A string class which is a clone of std::string.
Exported C functions for camera link protocol drivers.
int32_t m_SubMinor
SubMinor version number; bugfixes only - no new features.