DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ENastupisteCol.h
Go to the documentation of this file.
1 #if !defined _EZASTAVKA_NASTUPISTE_COL_H_
2 #define _EZASTAVKA_NASTUPISTE_COL_H_
3 
4 #include "dataio/DataIODefines.h"
5 #include "core/common/Head.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 EZastavka;
17  class ENastupiste;
18 
19  class DATAIO_API ENastupisteCol : public EHead, public EColReader
20  {
21  public:
22  ENastupisteCol( EZastavka *owner );
23  virtual ~ENastupisteCol();
24 
25  EZastavka *GetOwner();
26 
27  long Read();
28  virtual long ReadData( FILE *file );
29  ENastupiste *FindPlatformByPlatformNumber( const unsigned short platformNumber );
30  void Add( ENastupiste *newNastupiste );
31  virtual long GetSize();
32  virtual long FillRecord( const char *pomPole, long minimum );
33  ENastupiste *GetFirst();
34 
35  private:
36  EZastavka *mOwner;
37  };
38  }
39  }
40  }
41 }
42 
43 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10