LeviLamina
Loading...
Searching...
No Matches
InMemoryFile.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 InMemoryFile& operator=(InMemoryFile const&);
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCAPI ::leveldb::Status flushToDisk(::leveldb::Env* env);
28
29 MCAPI uint64 getFlushSize() const;
30 // NOLINTEND
31};
Definition InMemoryFile.h:5
Definition Alias.h:14