FlowEngine 7.517
Photogrammetry Software Development Kit
Loading...
Searching...
No Matches
FlowEngine::Version Struct Referencefinal

Represents a version in the major.minor categories format. More...

#include <CommonDef.h>

Public Member Functions

bool isSameAs (const Version &other) const
 
bool isOlderThan (const Version &other) const
 

Public Attributes

int major
 the major category of this version
 
int minor
 the minor category of this version
 

Detailed Description

Represents a version in the major.minor categories format.

Member Function Documentation

◆ isOlderThan()

bool FlowEngine::Version::isOlderThan ( const Version other) const
inline
Returns
true if this version is strictly older than the other one

◆ isSameAs()

bool FlowEngine::Version::isSameAs ( const Version other) const
inline
Returns
true if this version is the same as the other

Member Data Documentation

◆ major

int FlowEngine::Version::major

the major category of this version

◆ minor

int FlowEngine::Version::minor

the minor category of this version