DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ColReader.h
Go to the documentation of this file.
1 #if !defined(COLREADER_H)
2 #define COLREADER_H
3 
4 #include "stdio.h"
5 #include "dataio/DataIODefines.h"
6 
15 namespace EM
16 {
17  namespace Strojcek
18  {
19  namespace VstupneUdaje
20  {
22  {
23  public:
24  virtual ~EColReader() {}
25 
26  virtual long ReadDataPlus( FILE *file, long offset );
27  virtual long ReadDataPlusFor( FILE *file, long pocet, unsigned long start );
28 
29  virtual long GetSize() = 0;
30  virtual long FillRecord( const char *pomPole, long minimum ) = 0;
31  };
32  }
33  }
34 }
35 
36 #endif // !defined(COLREADER_H)
Definition: ColReader.h:21
virtual ~EColReader()
Definition: ColReader.h:24
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10