DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ETarifaTypStlpcaCol.h
Go to the documentation of this file.
1 #if !defined(AFX_ETARIFA_TYPYSTLPCOV_H__DF67B9CA_820D_41DD_9DAE_5C22CBA173A0__INCLUDED_)
2 #define AFX_ETARIFA_TYPYSTLPCOV_H__DF67B9CA_820D_41DD_9DAE_5C22CBA173A0__INCLUDED_
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 TarifnySystem
15  {
16  class ERootTarifnySystem;
17  class ETarifaTypStlpca;
18  class ETarifa;
19 
20  class DATAIO_API ETarifaTypStlpcaCol : public EHead, public EColReader
21  {
22  public:
23  ETarifaTypStlpcaCol( ETarifa *owner );
24  virtual ~ETarifaTypStlpcaCol();
25 
26  ETarifa *GetOwner();
27  void AddTypStlpca( unsigned short id, unsigned char cenSkID );
28  void Read();
29  ETarifaTypStlpca *GetTarifaTypStlpcaByTypStlpcaID( unsigned short typStlpcaID );
30  virtual long ReadData( FILE *file );
31  virtual long GetSize();
32  virtual long FillRecord( const char *pomPole, long minimum );
33  ETarifaTypStlpca* GetFirst();
34 
35  private:
36  ETarifa *mOwner;
37  };
38  }
39  }
40  }
41 }
42 
43 #endif
44 
45 
46 
47 
48 
49 
50 
51 
52 
53 
54 
55 
56 
57 
58 
59 
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10