DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EPredajCK.h
Go to the documentation of this file.
1 #if !defined(EA_3B66A3DE_7B8F_44f4_A905_98D9D689BD16__INCLUDED_)
2 #define EA_3B66A3DE_7B8F_44f4_A905_98D9D689BD16__INCLUDED_
3 
4 #include "dataio/DataIODefines.h"
5 #include "dataio/dataoutput/ECestovnyListok.h"
6 #include "dataio/dataoutput/EStatistikaStruct.h"
7 
8 namespace EM
9 {
10  namespace Strojcek
11  {
12  namespace StatistikaStrojcek
13  {
14  class DATAIO_API EPredajCK : public ECestovnyListok
15  {
16  public:
17  EPredajCK();
18  virtual ~EPredajCK();
19  EPredajCK( EPredajCK &listok );
20  EPredajCK& operator=( EPredajCK &listok );
21 
22  virtual short getChksum();
23 
24  virtual bool read( REC_INFO *zaznam );
25  virtual bool write();
26 
27  bool write07();
28  bool read07();
29 
30  void fillInLISTOK1( LISTOK1 &listok1 );
31  void fillUpLISTOK1( LISTOK1 &listok1 );
32  void fillInSizeAndInterCislo2();
33 
34  long typStruct();
35 
36  private:
37  class DataClass;
38  DataClass *d;
39  };
40  }
41  }
42 }
43 
44 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10