![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#include <mastercore.h>
Classes | |
struct | BalanceRecord |
Public Member Functions | |
unsigned int | init () |
unsigned int | next () |
bool | updateMoney (unsigned int which_property, int64_t amount, TallyType ttype) |
CMPTally () | |
int64_t | print (int which_property=OMNI_PROPERTY_MSC, bool bDivisible=true) |
int64_t | getMoney (unsigned int which_property, TallyType ttype) |
Private Types | |
typedef std::map< unsigned int, BalanceRecord > | TokenMap |
Private Member Functions | |
bool | propertyExists (unsigned int which_property) const |
Private Attributes | |
TokenMap | mp_token |
TokenMap::iterator | my_it |
Definition at line 191 of file mastercore.h.
|
private |
Definition at line 199 of file mastercore.h.
|
inline |
Definition at line 261 of file mastercore.h.
Definition at line 294 of file mastercore.h.
References cs_tally, LOCK, propertyExists(), and TALLY_TYPE_COUNT.
|
inline |
Definition at line 212 of file mastercore.h.
Referenced by getallbalancesforaddress_MP(), and write_msc_balances().
|
inline |
Definition at line 222 of file mastercore.h.
References my_it.
Referenced by getallbalancesforaddress_MP(), and write_msc_balances().
|
inline |
Definition at line 266 of file mastercore.h.
References ACCEPT_RESERVE, BALANCE, FormatDivisibleMP(), PENDING, propertyExists(), and SELLOFFER_RESERVE.
|
inlineprivate |
Definition at line 203 of file mastercore.h.
Referenced by getMoney(), and print().
Definition at line 235 of file mastercore.h.
References cs_tally, LOCK, PENDING, and TALLY_TYPE_COUNT.
Referenced by mastercore::update_tally_map().
|
private |
Definition at line 200 of file mastercore.h.
|
private |
Definition at line 201 of file mastercore.h.
Referenced by next().