XRPrimer (C++ API)  0.6.0
version.h File Reference
#include <string>
Include dependency graph for version.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int get_version_major ()
 Get major version. More...
 
int get_version_minor ()
 Get minor version. More...
 
int get_version_patch ()
 Get patch version. More...
 
std::string get_version_string ()
 Get version as a string. More...
 

Function Documentation

◆ get_version_major()

int get_version_major ( )

Get major version.

Returns
int

◆ get_version_minor()

int get_version_minor ( )

Get minor version.

Returns
int

◆ get_version_patch()

int get_version_patch ( )

Get patch version.

Returns
int

◆ get_version_string()

std::string get_version_string ( )

Get version as a string.

Returns
string version string with the format 'major.minor.patch'