New (faster) representation for tags added; faster construction of parentheses
[SXSI/XMLTree.git] / libcds / src / static_bitsequence / table_offset.h
index f24c22e..8f7bdeb 100644 (file)
@@ -41,6 +41,7 @@ using namespace std;
 class table_offset {
 
 public:
+  /** builds a universal table, designed for u<=15 */
        table_offset(uint u);
        ~table_offset();
        
@@ -102,4 +103,3 @@ protected:
 };
 
 #endif
-