CatapultServer
v0.5.0.1 (Elephant)
|
Go to the source code of this file.
Classes | |
class | catapult::harvesting::UnlockedAccountsView |
A read only view on top of unlocked accounts. More... | |
class | catapult::harvesting::UnlockedAccountsModifier |
A write only view on top of unlocked accounts. More... | |
class | catapult::harvesting::UnlockedAccounts |
Container of all unlocked (harvesting candidate) accounts. More... | |
Namespaces | |
catapult | |
catapult::harvesting | |
Macros | |
#define | UNLOCKED_ACCOUNTS_ADD_RESULT_LIST |
#define | ENUM_VALUE(LABEL) LABEL, |
Enumerations | |
enum | catapult::harvesting::UnlockedAccountsAddResult { catapult::harvesting::UnlockedAccountsAddResult::UNLOCKED_ACCOUNTS_ADD_RESULT_LIST } |
Possible results of an add (unlock) operation. More... | |
Functions | |
std::ostream & | catapult::harvesting::operator<< (std::ostream &out, UnlockedAccountsAddResult value) |
Insertion operator for outputting value to out. More... | |
#define ENUM_VALUE | ( | LABEL | ) | LABEL, |
#define UNLOCKED_ACCOUNTS_ADD_RESULT_LIST |