+ inline unsigned int Count() {return TagCount;};
+ inline void Get(const char *&Start,const char *&Stop,unsigned int I)
+ {Start = Section + Indexes[I]; Stop = Section + Indexes[I+1];}
+
+ inline void GetSection(const char *&Start,const char *&Stop)
+ {
+ Start = Section;
+ Stop = this->Stop;
+ };
+