DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EAbsPocitadloKL.h
Go to the documentation of this file.
1 #if !defined(EAbsPocitadloKL_C9E02635_4CCC_41e0_BA30_3D6EB8BC7341__INCLUDED_)
2 #define EAbsPocitadloKL_C9E02635_4CCC_41e0_BA30_3D6EB8BC7341__INCLUDED_
3 
4 #include "dataio/DataIODefines.h"
5 #include "core/common/Node.h"
6 
7 namespace EM
8 {
9  namespace Strojcek
10  {
11  namespace StatistikaStrojcek
12  {
13  class EStatistikaFileSystem;
14 
15  class DATAIO_API EAbsPocitadloKL : public ENode
16  {
17  public:
18  EAbsPocitadloKL( unsigned short cisloTarifnehoListka = 1, unsigned long pocet = 0, long suma = 0 );
19  virtual ~EAbsPocitadloKL();
20 
21  unsigned short getCisloTarifnehoListka();
22  unsigned long getPocet();
23  long getSuma();
24 
25  void setCisloTarifnehoListka( unsigned short newVal );
26  void setPocet( unsigned long newVal );
27  void setSuma( long newVal );
28 
29  bool write();
30  bool read();
31  EAbsPocitadloKL *GetLeft();
32  EAbsPocitadloKL *GetRight();
33 
34  private:
35  class DataClass;
36  DataClass *d;
37  };
38  }
39  }
40 }
41 
42 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10