Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Static Public Member Functions | List of all members
leveldb::WriteBatchInternal Class Reference

#include <write_batch_internal.h>

Static Public Member Functions

static int Count (const WriteBatch *batch)
 
static void SetCount (WriteBatch *batch, int n)
 
static SequenceNumber Sequence (const WriteBatch *batch)
 
static void SetSequence (WriteBatch *batch, SequenceNumber seq)
 
static Slice Contents (const WriteBatch *batch)
 
static size_t ByteSize (const WriteBatch *batch)
 
static void SetContents (WriteBatch *batch, const Slice &contents)
 
static Status InsertInto (const WriteBatch *batch, MemTable *memtable)
 
static void Append (WriteBatch *dst, const WriteBatch *src)
 

Detailed Description

Definition at line 16 of file write_batch_internal.h.

Member Function Documentation

void leveldb::WriteBatchInternal::Append ( WriteBatch dst,
const WriteBatch src 
)
static

Definition at line 141 of file write_batch.cc.

static size_t leveldb::WriteBatchInternal::ByteSize ( const WriteBatch batch)
inlinestatic

Definition at line 35 of file write_batch_internal.h.

static Slice leveldb::WriteBatchInternal::Contents ( const WriteBatch batch)
inlinestatic

Definition at line 31 of file write_batch_internal.h.

int leveldb::WriteBatchInternal::Count ( const WriteBatch batch)
static

Definition at line 82 of file write_batch.cc.

Status leveldb::WriteBatchInternal::InsertInto ( const WriteBatch batch,
MemTable memtable 
)
static

Definition at line 128 of file write_batch.cc.

SequenceNumber leveldb::WriteBatchInternal::Sequence ( const WriteBatch batch)
static

Definition at line 90 of file write_batch.cc.

void leveldb::WriteBatchInternal::SetContents ( WriteBatch batch,
const Slice contents 
)
static

Definition at line 136 of file write_batch.cc.

void leveldb::WriteBatchInternal::SetCount ( WriteBatch batch,
int  n 
)
static

Definition at line 86 of file write_batch.cc.

void leveldb::WriteBatchInternal::SetSequence ( WriteBatch batch,
SequenceNumber  seq 
)
static

Definition at line 94 of file write_batch.cc.


The documentation for this class was generated from the following files: