![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
Go to the source code of this file.
Namespaces | |
leveldb | |
Functions | |
void | leveldb::AppendNumberTo (std::string *str, uint64_t num) |
void | leveldb::AppendEscapedStringTo (std::string *str, const Slice &value) |
std::string | leveldb::NumberToString (uint64_t num) |
std::string | leveldb::EscapeString (const Slice &value) |
bool | leveldb::ConsumeChar (Slice *in, char c) |
bool | leveldb::ConsumeDecimalNumber (Slice *in, uint64_t *val) |