Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

PPTMarkFinder.h

Go to the documentation of this file.
00001 // PPTMarkFinder.h
00002 
00003 #ifndef PPTMarkFinder_h_
00004 #define PPTMarkFinder_h_ 1
00005 
00006 #define PPTMarkFinder_Buffer_Size 64
00007 
00008 class PPTMarkFinder
00009 {
00010 private:
00011     int                         _markIndex ;
00012     int                         _markLength ;
00013     unsigned char               _mark[PPTMarkFinder_Buffer_Size] ;
00014 
00015 public:
00016                                 PPTMarkFinder( unsigned char *mark,
00017                                             int markLength ) ;
00018 
00019     int                         getMarkIndex() { return _markIndex ; }
00020 
00021     bool                        markCheck( unsigned char b ) ;
00022 } ;
00023 
00024 #endif // PPTMarkFinder_h_

Generated on Thu May 3 23:10:47 2007 for OPeNDAP Back End Server (BES) by  doxygen 1.4.4