Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Namespaces | Functions
logging.h File Reference
#include <stdio.h>
#include <stdint.h>
#include <string>
#include "port/port.h"
Include dependency graph for logging.h:
This graph shows which files directly or indirectly include this file:

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)