DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
SubZoneCol.h
Go to the documentation of this file.
1 #ifndef SUB_ZONE_COL_H
2 #define SUB_ZONE_COL_H
3 
4 #include "dataio/DataIODefines.h"
5 #include "core/common/Array.h"
6 #include "dataio/datainput/ColReader.h"
7 
8 namespace EM
9 {
10  namespace Strojcek
11  {
12  namespace VstupneUdaje
13  {
14  namespace CestovnePoriadky
15  {
16  class ERootCP;
17  class SubZone;
18 
19  class DATAIO_API SubZoneCol : public EArray, public EColReader
20  {
21  public:
22  SubZoneCol( ERootCP *owner );
23  virtual ~SubZoneCol();
24 
25  ERootCP *GetOwner();
26 
27  virtual long ReadData( FILE *file );
28  long Read();
29  virtual long GetSize();
30  virtual long FillRecord( const char *pomPole, long minimum );
31 
32  SubZone *GetSubZone( unsigned short subZoneNumber );
33 
34  private:
35  class DataClass;
36  DataClass *d;
37  };
38  }
39  }
40  }
41 }
42 
43 #endif //SUB_ZONE_COL_H
Definition: ColReader.h:21
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10