Fabcoin Core  0.16.2
P2P Digital Currency
Macros | Functions | Variables
clientversion.h File Reference
#include <string>
#include <vector>
Include dependency graph for clientversion.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define STRINGIZE(X)   DO_STRINGIZE(X)
 Converts the parameter X to a string after macro replacement on X has been performed. More...
 
#define DO_STRINGIZE(X)   #X
 
#define COPYRIGHT_STR   STRINGIZE(COPYRIGHT_YEAR) " " COPYRIGHT_HOLDERS_FINAL
 Copyright string used in Windows .rc files. More...
 

Functions

std::string FormatFullVersion ()
 
std::string FormatSubVersion (const std::string &name, int nClientVersion, const std::vector< std::string > &comments)
 Format the subversion field according to BIP 14 spec (https://github.com/fabcoin/bips/blob/master/bip-0014.mediawiki) More...
 

Variables

const std::string CLIENT_NAME
 
const std::string CLIENT_BUILD
 

Macro Definition Documentation

#define COPYRIGHT_STR   STRINGIZE(COPYRIGHT_YEAR) " " COPYRIGHT_HOLDERS_FINAL

Copyright string used in Windows .rc files.

Definition at line 25 of file clientversion.h.

#define DO_STRINGIZE (   X)    #X

Definition at line 22 of file clientversion.h.

#define STRINGIZE (   X)    DO_STRINGIZE(X)

Converts the parameter X to a string after macro replacement on X has been performed.

Don't merge these into one macro!

Definition at line 21 of file clientversion.h.

Function Documentation

std::string FormatFullVersion ( )

Definition at line 80 of file clientversion.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

std::string FormatSubVersion ( const std::string &  name,
int  nClientVersion,
const std::vector< std::string > &  comments 
)

Format the subversion field according to BIP 14 spec (https://github.com/fabcoin/bips/blob/master/bip-0014.mediawiki)

Definition at line 88 of file clientversion.cpp.

Here is the caller graph for this function:

Variable Documentation

const std::string CLIENT_BUILD
const std::string CLIENT_NAME