21 #ifndef XAPIAN_INCLUDED_GLASS_LAZYTABLE_H
22 #define XAPIAN_INCLUDED_GLASS_LAZYTABLE_H
38 :
GlassTable(name_, fd, offset_, readonly, true) { }
GlassLazyTable(const char *name_, std::string_view path, bool readonly)
Create a new lazy table.
GlassLazyTable(const char *name_, int fd, off_t offset_, bool readonly)
Class managing a Btree table in a Glass database.