DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ECasPrestupuCol.h
Go to the documentation of this file.
1 #if !defined(AFX_ECASYPRESTUPU_H__96BCD8F0_C01C_4BDE_A803_73AE9988F673__INCLUDED_)
2 #define AFX_ECASYPRESTUPU_H__96BCD8F0_C01C_4BDE_A803_73AE9988F673__INCLUDED_
3 
4 #include "core/common/Head.h"
5 #include "dataio/DataIODefines.h"
6 #include "dataio/datainput/ColReader.h"
7 
8 namespace EM
9 {
10  namespace Strojcek
11  {
12  namespace VstupneUdaje
13  {
14  namespace TarifnySystem
15  {
16  class ERootTarifnySystem;
17  class ETarifnePasmo;
18  class ECasPrestupu;
19 
20  class DATAIO_API ECasPrestupuCol : public EHead, public EColReader
21  {
22  public:
23  ECasPrestupuCol( ETarifnePasmo *owner );
24  virtual ~ECasPrestupuCol();
25 
26  ECasPrestupu *AddCasPrestupu( unsigned short cas, unsigned short typStlpca, unsigned char pasmoID );
27  ETarifnePasmo *GetOwner();
28 
29  void Read();
30  ECasPrestupu *GetCasPrestupuByTypStlpcaID( short typStlpcaID );
31  virtual long ReadData( FILE *file );
32  virtual long GetSize();
33  virtual long FillRecord( const char *pomPole, long minimum );
34  ECasPrestupu *GetFirst();
35 
36  private:
37  ETarifnePasmo *mOwner;
38  };
39  }
40  }
41  }
42 }
43 
44 #endif
45 
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10