#include <ZTB.h>
Public Member Functions | |
uint64 | AllocateID () const |
Return an ID that's never been returned before, and never will again. | |
uint64 | Add (const ZTuple &iTuple) const |
Allocate an ID, and store iTuple at that ID. | |
void | Set (uint64 iID, const ZTuple &iTuple) const |
Store iTuple at the ID iID. | |
void | Erase (uint64 iID) const |
Store an empty tuple at the ID iID. | |
ZTuple | Get (uint64 iID) const |
Return the tuple stored at ID iID. | |
size_t | Count (const ZTBQuery &iQuery) const |
Return the number of tuples that would be visited by walking iQuery. |