Fabcoin Core  0.16.2
P2P Digital Currency
Functions
utilmoneystr.h File Reference
#include <stdint.h>
#include <string>
#include <amount.h>
Include dependency graph for utilmoneystr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::string FormatMoney (const CAmount &n)
 Money parsing/formatting utilities. More...
 
bool ParseMoney (const std::string &str, CAmount &nRet)
 
bool ParseMoney (const char *pszIn, CAmount &nRet)
 

Function Documentation

std::string FormatMoney ( const CAmount n)

Money parsing/formatting utilities.

Definition at line 12 of file utilmoneystr.cpp.

Here is the caller graph for this function:

bool ParseMoney ( const std::string &  str,
CAmount nRet 
)

Definition at line 34 of file utilmoneystr.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool ParseMoney ( const char *  pszIn,
CAmount nRet 
)

Definition at line 39 of file utilmoneystr.cpp.

Here is the call graph for this function: