DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EPrikazPlatnostCol.h
Go to the documentation of this file.
1 #if !defined(AFX_EPRIKAZPLATNOSTHEAD_H__CD97D9C2_1AAE_456C_ABAB_23E672DBD9E4__INCLUDED_)
2 #define AFX_EPRIKAZPLATNOSTHEAD_H__CD97D9C2_1AAE_456C_ABAB_23E672DBD9E4__INCLUDED_
3 
4 #include "dataio/DataIODefines.h"
5 #include "dataio/datainput/ColReader.h"
6 #include "core/common/Head.h"
7 
8 namespace EM
9 {
10  namespace Strojcek
11  {
12  namespace VstupneUdaje
13  {
14  namespace Turnusy
15  {
16  class ERootDoprava;
17  class EPrikaz;
18  class EPrikazPlatnost;
19 
20  class DATAIO_API EPrikazPlatnostCol : public EHead, public EColReader
21  {
22  public:
23  EPrikazPlatnostCol( EPrikaz *owner );
24  virtual ~EPrikazPlatnostCol();
25 
26  EPrikaz *GetOwner();
27 
28  void AddPrikazPlatnost( EPrikazPlatnost *prikazPlatnost );
37  unsigned long GetPlatnostByYearMonth( unsigned short year, unsigned char month );
38 
39  virtual long ReadData( FILE *file );
40  virtual long GetSize();
41  virtual long FillRecord( const char *pomPole, long minimum );
42  long Read();
43  EPrikazPlatnost *GetFirst();
44 
45  void UnRead();
46 
47  private:
48  EPrikaz *mOwner;
49  };
50  }
51  }
52  }
53 }
54 
55 #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