CFx SDK Documentation
2020SP3
|
Go to the documentation of this file.
27 #ifndef OD_GE_LIB_VERSION
28 #define OD_GE_LIB_VERSION
33 #define IMAGE_MAJOR_VER 2
34 #define IMAGE_MINOR_VER 0
35 #define IMAGE_CORRECTIVE_VER 0
36 #define IMAGE_INTERNAL_VER 0
45 class GE_TOOLKIT_EXPORT OdGeLibVersion
61 unsigned char corrective,
62 unsigned char schema);
106 unsigned char corrective);
114 unsigned char schema);
141 unsigned char mVersion[10];
146 #endif // OD_GE_LIB_VERSION
bool operator<=(const OdString &s1, const OdString &s2)
OdGeLibVersion(const OdGeLibVersion &source)
GLsizei GLsizei GLchar * source
OdGeLibVersion(unsigned char major, unsigned char minor, unsigned char corrective, unsigned char schema)
OdGeLibVersion & setMajorVersion(unsigned char major)
unsigned char minorVersion() const
bool DAI_EXPORT operator!=(const OdDAI::OdSelect &left, const OdDAI::OdSelect &right)
bool operator>(const OdString &s1, const OdString &s2)
unsigned char schemaVersion() const
bool operator>=(const OdString &s1, const OdString &s2)
OdGeLibVersion & setCorrectiveVersion(unsigned char corrective)
bool operator<(const OdString &s1, const OdString &s2)
static GE_STATIC_EXPORT const OdGeLibVersion kRelease0_95
bool DAI_EXPORT operator==(const OdFileDescriptionAuto &left, const OdFileDescriptionAuto &right)
static GE_STATIC_EXPORT const OdGeLibVersion kReleaseSed
static GE_STATIC_EXPORT const OdGeLibVersion kReleaseTah
unsigned char majorVersion() const
unsigned char correctiveVersion() const
OdGeLibVersion & setSchemaVersion(unsigned char schema)
OdGeLibVersion & setMinorVersion(unsigned char minor)