- Implemented TDB2::gc.  Probably with a few really nasty bugs, to
  provide nice entertainment for the rest of the weekend.
This commit is contained in:
Paul Beckingham 2011-09-03 12:56:26 -04:00
parent 1c837822fc
commit eb992d3523
2 changed files with 109 additions and 19 deletions

View file

@ -111,6 +111,9 @@ public:
std::string uuid (int);
int id (const std::string&);
// Read-only mode.
bool read_only ();
void clear ();
void dump ();