improvements...
[SXSI/XMLTree.git] / libcds / src / static_bitsequence / static_bitsequence.h
index 4b6e83a..b150974 100644 (file)
@@ -58,6 +58,9 @@ public:
         * @return (uint)-1 if i=0, len if i>num_ones or the position */
   virtual uint select1(uint i);
 
+       virtual uint select_next1(uint i);
+       virtual uint select_next0(uint i);
+
        /** Returns the i-th bit */
   virtual bool access(uint i);