#include "OW_config.h"
#include "OW_Index.hpp"
#include "OW_FileSystem.hpp"
#include "OW_Exception.hpp"
#include "OW_Format.hpp"
#include "OW_ExceptionIds.hpp"
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
#include "db.h"
Include dependency graph for OW_IndexImpl.cpp:
Go to the source code of this file.
Namespaces | |
namespace | OW_NAMESPACE |
Classes | |
class | OW_NAMESPACE::IndexImpl |
Functions | |
static int | recCompare (const DBT *key1, const DBT *key2) |
OW_NAMESPACE::OW_DECLARE_EXCEPTION (Index) | |
OW_NAMESPACE::OW_DEFINE_EXCEPTION_WITH_ID (Index) | |
Variables | |
IndexImpl * | m_pIndex |
|
Definition at line 393 of file OW_IndexImpl.cpp. Referenced by OW_NAMESPACE::IndexImpl::open(), OW_NAMESPACE::IndexImpl::openIfClosed(), and OW_NAMESPACE::IndexImpl::reopen(). |
|
Definition at line 233 of file OW_IndexImpl.cpp. |