X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=libcds%2Fsrc%2Fstatic_sequence%2Fstatic_sequence.h;h=363437b403d4e21b200aae1d1ac9cb99d882350f;hb=06201fcce6255906ad6b4d305b8e643c634780a3;hp=f8f3bb50c4ce42cdcf18f11a7c184e0a3c705fae;hpb=5480b55c9fd5bcc10f4105c7ba53b83626856b4f;p=SXSI%2FXMLTree.git diff --git a/libcds/src/static_sequence/static_sequence.h b/libcds/src/static_sequence/static_sequence.h index f8f3bb5..363437b 100644 --- a/libcds/src/static_sequence/static_sequence.h +++ b/libcds/src/static_sequence/static_sequence.h @@ -30,6 +30,7 @@ #define GMR_CHUNK_HDR 3 #define GMR_HDR 4 #define WVTREE_NOPTRS_HDR 5 +#define BS_HDR 6 using namespace std; @@ -76,6 +77,8 @@ public: /** Stores the bitmap given a file pointer, return 0 in case of success */ virtual uint save(FILE * fp)=0; + + virtual bool test(uint * seq, uint n); /** Reads a bitmap determining the type */ static static_sequence * load(FILE * fp); @@ -90,5 +93,6 @@ protected: #include #include #include +#include #endif /* _STATIC_SEQUENCE_H */