RecordDtd.h

Go to the documentation of this file.
00001 
00002 
00003 
00004 //-----------------------------------------------------------------------------
00005 // CVS: $Revision: 2989 $, $Date: 2006-10-12 17:31:45 +0100 (Thu, 12 Oct 2006) $, $Author: rsc $
00006 //-----------------------------------------------------------------------------
00007 #ifndef RECORDDTD_DEFINED
00008 #define RECORDDTD_DEFINED
00009 
00010 #include <string>
00011 #include <vector>
00012 
00013 #include "BinaryDatum.h"
00014 //-----------------------------------------------------------------------------
00016 class RecordDtd : public std::vector<BinaryDatum*>
00017 {
00018 public:
00022   RecordDtd(const std::string& aFileName);
00023 
00025   ~RecordDtd();
00026 
00028   unsigned getRecordSize() const { return mRecordSize; }
00029 
00030 private:
00032   unsigned mRecordSize;
00033 };
00034 //-----------------------------------------------------------------------------
00035 #endif
Generated on Mon Oct 4 10:39:55 2010 for Matching.kdevelop by  doxygen 1.6.3