DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EOdvod.h
Go to the documentation of this file.
1 #if !defined(EOdvod_67C22E60_1F18_4c75_B07D_DD97D9ED8DA0__INCLUDED_)
2 #define EOdvod_67C22E60_1F18_4c75_B07D_DD97D9ED8DA0__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 EOdvodCol;
14  class EStatistikaFileSystem;
15 
16  class DATAIO_API EOdvod : public ENode
17  {
18  public:
19  EOdvod();
20  virtual ~EOdvod();
21 
22  unsigned short getCisloTarifnehoListka();
23  long getPocet();
24  long getSuma();
25 
26  void setCisloTarifnehoListka( unsigned short newVal );
27  void setPocet( long newVal );
28  void setSuma( long newVal );
29 
30  EOdvodCol *getOwner();
31  void setOwner( EOdvodCol *owner );
32 
33  bool write();
34  bool read();
35  EOdvod *GetLeft();
36  EOdvod *GetRight();
37 
38  private:
39  class DataClass;
40  DataClass *d;
41  };
42  }
43  }
44 }
45 
46 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10