improvements...
[SXSI/XMLTree.git] / libcds / src / static_sequence / static_sequence.h
index baff3f1..4fa5da4 100644 (file)
@@ -57,6 +57,7 @@ public:
   /** Returns the position of the i-th c 
    * @return (uint)-1 if i=0, len if i exceeds the number of cs */
   virtual uint select(uint c, uint i)=0;
+       virtual uint select_next(uint c, uint i);
 
   /** Returns the i-th element */
   virtual uint access(uint i)=0;