[Groonga-commit] groonga/grnxx [master] Add a TODO (grnxx::MapCursor::remove()).

Back to archive index

susumu.yata null+****@clear*****
Wed Mar 27 15:13:10 JST 2013


susumu.yata	2013-03-27 15:13:10 +0900 (Wed, 27 Mar 2013)

  New Revision: a1ddd9c378924a13288aae860568ed979b8af719
  https://github.com/groonga/grnxx/commit/a1ddd9c378924a13288aae860568ed979b8af719

  Message:
    Add a TODO (grnxx::MapCursor::remove()).

  Modified files:
    lib/grnxx/map.hpp

  Modified: lib/grnxx/map.hpp (+4 -0)
===================================================================
--- lib/grnxx/map.hpp    2013-03-27 15:11:51 +0900 (43bca25)
+++ lib/grnxx/map.hpp    2013-03-27 15:13:10 +0900 (9d31a74)
@@ -133,6 +133,10 @@ class MapCursor {
   // Move the cursor to the next key and return true on success.
   virtual bool next() = 0;
 
+  // TODO
+  // Remove the current key and return true on success.
+//  virtual bool remove() = 0;
+
   // Return the ID of the current key.
   int64_t key_id() const {
     return key_id_;
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index