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

#include <CommonDef.h>

Public Member Functions

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

Public Attributes

int major = 0
 
int minor = 0
 

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 = 0

the major category of this version

◆ minor

int FlowEngine::Version::minor = 0

the minor category of this version