#include <indexlist_impl.h>
|
| | indexListImpl () |
| |
| | indexListImpl (const Configuration &config, bool overwrite) |
| |
| | ~indexListImpl () |
| |
| uint | getCount () const |
| |
| const Configuration & | getIndexConfig (uint indexNum) const |
| |
| uint | getIndexByField (const String &tag, size_t pos) const |
| |
| Index & | openIndex (const String &indexName, uint *indexNum, Configuration=Configuration()) |
| |
| const Index & | openIndex (const String &indexName, uint *indexNum, Configuration=Configuration()) const |
| |
| Index & | openIndex (uint indexNum, Configuration=Configuration()) |
| |
| const Index & | openIndex (uint indexNum, Configuration=Configuration()) const |
| |
| uint | addIndex (Index &) |
| |
| void | addIndex (uint indexNum, Index &) |
| |
| bool | write (Index::WriteStatus *=0) |
| |
| bool | range (const Configuration &, Index::WriteStatus *) |
| |
| void | ref () |
| |
| bool | unref () |
| |
| | ConfigImpl (const Configuration &c, const String &tag=String()) |
| |
| const Configuration & | getConfig () const override |
| |
Definition at line 25 of file indexlist_impl.h.
| Xpace::indexListImpl::indexListImpl |
( |
| ) |
|
| Xpace::indexListImpl::~indexListImpl |
( |
| ) |
|
| uint Xpace::indexListImpl::getCount |
( |
| ) |
const |
| uint Xpace::indexListImpl::getIndexByField |
( |
const String & |
tag, |
|
|
size_t |
pos |
|
) |
| const |
| uint Xpace::indexListImpl::addIndex |
( |
Index & |
| ) |
|
| void Xpace::indexListImpl::addIndex |
( |
uint |
indexNum, |
|
|
Index & |
|
|
) |
| |
| void Xpace::indexListImpl::ref |
( |
| ) |
|
| bool Xpace::indexListImpl::unref |
( |
| ) |
|
| size_t Xpace::indexListImpl::HashTableBytes |
|
static |
The documentation for this class was generated from the following file: