|
| bool | Insert (const std::string &fname) |
| |
| void | Remove (const std::string &fname) |
| |
Definition at line 276 of file env_posix.cc.
§ Insert()
| bool leveldb::anonymous_namespace{env_posix.cc}::PosixLockTable::Insert |
( |
const std::string & |
fname | ) |
|
|
inline |
Definition at line 281 of file env_posix.cc.
std::set< std::string > locked_files_
§ Remove()
| void leveldb::anonymous_namespace{env_posix.cc}::PosixLockTable::Remove |
( |
const std::string & |
fname | ) |
|
|
inline |
Definition at line 285 of file env_posix.cc.
std::set< std::string > locked_files_
§ locked_files_
| std::set<std::string> leveldb::anonymous_namespace{env_posix.cc}::PosixLockTable::locked_files_ |
|
private |
§ mu_
| port::Mutex leveldb::anonymous_namespace{env_posix.cc}::PosixLockTable::mu_ |
|
private |
The documentation for this class was generated from the following file: