Raven Core  3.0.0
P2P Digital Currency
Functions
utilmoneystr.cpp File Reference
#include "utilmoneystr.h"
#include "primitives/transaction.h"
#include "tinyformat.h"
#include "utilstrencodings.h"
Include dependency graph for utilmoneystr.cpp:

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

◆ FormatMoney()

std::string FormatMoney ( const CAmount n)

Money parsing/formatting utilities.

Definition at line 13 of file utilmoneystr.cpp.

Here is the caller graph for this function:

◆ ParseMoney() [1/2]

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

Definition at line 35 of file utilmoneystr.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ParseMoney() [2/2]

bool ParseMoney ( const char *  pszIn,
CAmount nRet 
)

Definition at line 40 of file utilmoneystr.cpp.