DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ECinnostCol.h
Go to the documentation of this file.
1 #if !defined(AFX_ECINNOSTCOL_H__B8BD8327_7066_4D8B_AB9E_16A10D9F9671__INCLUDED_)
2 #define AFX_ECINNOSTCOL_H__B8BD8327_7066_4D8B_AB9E_16A10D9F9671__INCLUDED_
3 
4 #include "dataio/DataIODefines.h"
5 #include "dataio/datainput/ColReader.h"
6 #include "core/common/Array.h"
7 
8 namespace EM
9 {
10  namespace Strojcek
11  {
12  namespace VstupneUdaje
13  {
14  namespace Turnusy
15  {
16  class ERootDoprava;
17  class ECinnost;
18 
19  class DATAIO_API ECinnostCol : public EArray, public EColReader
20  {
21  public:
22  ECinnostCol( ERootDoprava *owner );
23  virtual ~ECinnostCol();
24 
25  ERootDoprava *GetOwner();
26 
27  void AddCinnost( ECinnost *cinnost );
28 
29  virtual long ReadData( FILE *file );
30  virtual long GetSize();
31  virtual long FillRecord( const char *pomPole, long minimum );
32  long Read();
33  ECinnost *GetByIdx( unsigned long i );
34 
35  private:
36  ERootDoprava *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