|
LibreOffice Module store (master) 1
|
#include "lockbyte.hxx"#include <sal/types.h>#include <osl/diagnose.h>#include <osl/file.h>#include <osl/process.h>#include <rtl/ustring.hxx>#include <sal/log.hxx>#include "object.hxx"#include "storbase.hxx"#include <memory>#include <string.h>Go to the source code of this file.
Namespaces | |
| namespace | store |
| Old OStorePageCache implementation. | |
Functions | |
| storeError | store::FileLockBytes_createInstance (rtl::Reference< ILockBytes > &rxLockBytes, rtl_uString *pFilename, storeAccessMode eAccessMode) |
| storeError | store::MemoryLockBytes_createInstance (rtl::Reference< ILockBytes > &rxLockBytes) |
| oslFileHandle m_handle |
Definition at line 139 of file lockbyte.cxx.
|
private |
Representation.
Definition at line 274 of file lockbyte.cxx.
|
private |
Definition at line 504 of file lockbyte.cxx.
|
private |
Definition at line 275 of file lockbyte.cxx.
Referenced by store::OStoreDirectoryPageData::capacity(), and store::OStoreBTreeNodeData::capacity().
| sal_uInt8* m_pAddr |
Definition at line 442 of file lockbyte.cxx.
|
private |
Representation.
Definition at line 502 of file lockbyte.cxx.
| T m_value |
Definition at line 804 of file lockbyte.cxx.
|
private |
Definition at line 276 of file lockbyte.cxx.