DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ESpojPlatnostCol.h
Go to the documentation of this file.
1 #ifndef EM_STROJCEK_VSTUPNEUDAJE_CESTOVNEPORIADKYESPOJPLATNOSTCOL_H
2 #define EM_STROJCEK_VSTUPNEUDAJE_CESTOVNEPORIADKYESPOJPLATNOSTCOL_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 ESpojPlatnost;
17  class ESpoj;
18 
19  class DATAIO_API ESpojPlatnostCol : public EHead, public EColReader
20  {
21  public:
22  ESpojPlatnostCol( ESpoj *owner );
23  virtual ~ESpojPlatnostCol();
24 
25  ESpoj *GetOwner();
26  void Add( ESpojPlatnost *newVal );
27 
28  virtual long ReadData( FILE *file );
29  long Read();
30  long GetPlatnost( short year, char month );
31  virtual long GetSize();
32  virtual long FillRecord( const char *pomPole, long minimum );
33  ESpojPlatnost *GetFirst();
34 
35  private:
36  ESpoj *mOwner;
37  };
38  }
39  }
40  }
41 }
42 
43 #endif
Definition: ColReader.h:21
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10