[Groonga-commit] groonga/grnxx at 0d222f1 [master] Update grnxx::map::ArrayMap to use grnxx::map::KeyArray.

Back to archive index

susumu.yata null+****@clear*****
Tue May 28 20:19:55 JST 2013


susumu.yata	2013-05-28 20:19:55 +0900 (Tue, 28 May 2013)

  New Revision: 0d222f17ca56daacb1275e986ac351b2b6206186
  https://github.com/groonga/grnxx/commit/0d222f17ca56daacb1275e986ac351b2b6206186

  Message:
    Update grnxx::map::ArrayMap to use grnxx::map::KeyArray.

  Modified files:
    lib/grnxx/map/array_map.hpp

  Modified: lib/grnxx/map/array_map.hpp (+2 -2)
===================================================================
--- lib/grnxx/map/array_map.hpp    2013-05-28 20:18:36 +0900 (f0cce57)
+++ lib/grnxx/map/array_map.hpp    2013-05-28 20:19:55 +0900 (63d6c53)
@@ -20,9 +20,9 @@
 
 #include "grnxx/features.hpp"
 
-#include "grnxx/array.hpp"
 #include "grnxx/map.hpp"
 #include "grnxx/map/bitmap.hpp"
+#include "grnxx/map/key_array.hpp"
 #include "grnxx/types.hpp"
 
 namespace grnxx {
@@ -72,7 +72,7 @@ class ArrayMap : public Map<T> {
   uint32_t storage_node_id_;
   ArrayMapHeader *header_;
   Bitmap<T> bitmap_;
-  Array<T> keys_;
+  KeyArray<T> keys_;
 
   bool create_map(Storage *storage, uint32_t storage_node_id,
                   const MapOptions &options);
-------------- next part --------------
HTML����������������������������...
Download 



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