Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Classes | Namespaces | Macros | Typedefs | Functions
port_example.h File Reference

Go to the source code of this file.

Classes

class  leveldb::port::Mutex
 
class  leveldb::port::CondVar
 
class  leveldb::port::AtomicPointer
 

Namespaces

 leveldb
 
 leveldb::port
 

Macros

#define LEVELDB_ONCE_INIT   0
 

Typedefs

typedef intptr_t leveldb::port::OnceType
 

Functions

void leveldb::port::InitOnce (port::OnceType *, void(*initializer)())
 
bool leveldb::port::Snappy_Compress (const char *input, size_t input_length, std::string *output)
 
bool leveldb::port::Snappy_GetUncompressedLength (const char *input, size_t length, size_t *result)
 
bool leveldb::port::Snappy_Uncompress (const char *input_data, size_t input_length, char *output)
 
bool leveldb::port::GetHeapProfile (void(*func)(void *, const char *, int), void *arg)
 

Macro Definition Documentation

#define LEVELDB_ONCE_INIT   0

Definition at line 70 of file port_example.h.