xapian-core  1.4.25
Classes
inmemory_database.h File Reference

C++ class definition for inmemory database access. More...

#include "api/leafpostlist.h"
#include "api/termlist.h"
#include "backends/backends.h"
#include "backends/database.h"
#include "backends/valuestats.h"
#include <map>
#include <vector>
#include <algorithm>
#include <xapian/document.h>
#include "inmemory_positionlist.h"
#include "internaltypes.h"
#include "omassert.h"
#include "noreturn.h"
+ Include dependency graph for inmemory_database.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  InMemoryPosting
 
class  InMemoryTermEntry
 
class  InMemoryPostingLessThan
 
class  InMemoryTermEntryLessThan
 
class  InMemoryTerm
 
class  InMemoryDoc
 Class representing a document and the terms indexing it. More...
 
class  InMemoryPostList
 A PostList in an inmemory database. More...
 
class  InMemoryAllDocsPostList
 A PostList over all docs in an inmemory database. More...
 
class  InMemoryTermList
 
class  InMemoryDatabase
 A database held entirely in memory. More...
 

Detailed Description

C++ class definition for inmemory database access.

Definition in file inmemory_database.h.