DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EPocitadlo.h
Go to the documentation of this file.
1 #ifndef _EPOCITADLO_H_
2 #define _EPOCITADLO_H_
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 DATAIO_API EPocitadlo : public ENode
14  {
15  public:
16  EPocitadlo();
17  virtual ~EPocitadlo();
18 
19  unsigned char GetTypPocitadla();
20  unsigned long GetHodnota();
21  unsigned long GetPocitadlo();
22 
23  void SetTypPocitadla( unsigned char newVal );
24  void SetHodnota( unsigned long newVal );
25  void SetPocitadlo( unsigned long newVal );
26 
27  bool write();
28  bool read();
29  EPocitadlo *GetLeft();
30  EPocitadlo *GetRight();
31 
32  private:
33  class DataClass;
34  DataClass *d;
35  };
36  }
37  }
38 }
39 
40 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10