Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Namespaces | Functions
logging.cc File Reference
#include "util/logging.h"
#include <errno.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include "leveldb/env.h"
#include "leveldb/slice.h"
Include dependency graph for logging.cc:

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)