<add> <add overload of AddIntoCache in IVTree>
This commit is contained in:
parent
a341cdf1fc
commit
0e807d28d6
|
@ -88,6 +88,7 @@ public:
|
|||
void resetStream();
|
||||
bool range_query(unsigned _key1, unsigned _key2);
|
||||
bool save();
|
||||
void AddIntoCache(TYPE_PREDICATE_ID _id);
|
||||
void AddIntoCache(TYPE_ENTITY_LITERAL_ID _id);
|
||||
~IVTree();
|
||||
void print(std::string s); //DEBUG(print the tree)
|
||||
|
|
Loading…
Reference in New Issue