![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "utilmoneystr.h"#include "primitives/transaction.h"#include "tinyformat.h"#include "utilstrencodings.h"Go to the source code of this file.
Functions | |
| std::string | FormatMoney (const CAmount &n, bool fPlus) |
| Money parsing/formatting utilities. More... | |
| bool | ParseMoney (const std::string &str, CAmount &nRet) |
| bool | ParseMoney (const char *pszIn, CAmount &nRet) |
| std::string FormatMoney | ( | const CAmount & | n, |
| bool | fPlus | ||
| ) |
Money parsing/formatting utilities.
Definition at line 14 of file utilmoneystr.cpp.
| bool ParseMoney | ( | const char * | pszIn, |
| CAmount & | nRet | ||
| ) |
Definition at line 43 of file utilmoneystr.cpp.
| bool ParseMoney | ( | const std::string & | str, |
| CAmount & | nRet | ||
| ) |