21 #ifndef XAPIAN_INCLUDED_CHERT_LAZYTABLE_H 22 #define XAPIAN_INCLUDED_CHERT_LAZYTABLE_H 52 #endif // XAPIAN_INCLUDED_CHERT_LAZYTABLE_H
Class managing a Btree table in a Chert database.
void create_and_open(unsigned int blocksize)
Lazy version of ChertTable::create_and_open().
void erase()
Erase this table from disk.
void set_block_size(unsigned int block_size_)
Set the block size.
ChertLazyTable(const char *name_, const std::string &path, bool readonly, int z_strategy)
Create a new lazy table.