LeviLamina
Loading...
Searching...
No Matches
LevelDbLazyFile.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5class LevelDbLazyFile {
6public:
7 // member variables
8 // NOLINTBEGIN
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 LevelDbLazyFile& operator=(LevelDbLazyFile const&);
19 LevelDbLazyFile(LevelDbLazyFile const&);
20 LevelDbLazyFile();
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCNAPI ::leveldb::Status Close();
26
27 MCNAPI ::leveldb::Status Flush();
28 // NOLINTEND
29
30public:
31 // static variables
32 // NOLINTBEGIN
33 MCNAPI static ::std::atomic<uint64>& mFileCount();
34 // NOLINTEND
35};
MCAPI::leveldb::Status Flush()
MCAPI::leveldb::Status Close()
static MCAPI ::std::atomic< uint64 > & mFileCount()
Definition Alias.h:14