Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | Private Member Functions | List of all members
Version Class Reference

#include <fabcoinversionchecker.h>

Public Member Functions

 Version ()
 
 Version (int maj, int min, int rev)
 
 Version (QString str)
 
 Version (const Version &v)
 
bool operator> (const Version &other) const
 
bool operator< (const Version &other) const
 
bool operator== (const Version &other) const
 
void SetNull ()
 

Public Attributes

int _major
 
int _minor
 
int _revision
 

Private Member Functions

int compare (int first, int second) const
 
int compareAll (const Version &other) const
 

Detailed Description

Definition at line 8 of file fabcoinversionchecker.h.

Constructor & Destructor Documentation

Version::Version ( )
inline

Definition at line 15 of file fabcoinversionchecker.h.

Here is the call graph for this function:

Version::Version ( int  maj,
int  min,
int  rev 
)
inline

Definition at line 19 of file fabcoinversionchecker.h.

Here is the call graph for this function:

Version::Version ( QString  str)
inline

Definition at line 27 of file fabcoinversionchecker.h.

Here is the call graph for this function:

Version::Version ( const Version v)
inline

Definition at line 40 of file fabcoinversionchecker.h.

Member Function Documentation

int Version::compare ( int  first,
int  second 
) const
inlineprivate

Definition at line 69 of file fabcoinversionchecker.h.

Here is the call graph for this function:

Here is the caller graph for this function:

int Version::compareAll ( const Version other) const
inlineprivate

Definition at line 74 of file fabcoinversionchecker.h.

Here is the call graph for this function:

Here is the caller graph for this function:

bool Version::operator< ( const Version other) const
inline

Definition at line 51 of file fabcoinversionchecker.h.

Here is the call graph for this function:

bool Version::operator== ( const Version other) const
inline

Definition at line 56 of file fabcoinversionchecker.h.

Here is the call graph for this function:

bool Version::operator> ( const Version other) const
inline

Definition at line 46 of file fabcoinversionchecker.h.

Here is the call graph for this function:

void Version::SetNull ( )
inline

Definition at line 61 of file fabcoinversionchecker.h.

Here is the caller graph for this function:

Member Data Documentation

int Version::_major

Definition at line 11 of file fabcoinversionchecker.h.

int Version::_minor

Definition at line 12 of file fabcoinversionchecker.h.

int Version::_revision

Definition at line 13 of file fabcoinversionchecker.h.


The documentation for this class was generated from the following file: