DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EInterval.h
Go to the documentation of this file.
1 #if !defined(AFX_EINTERVAL_H__F3AC0EEB_C0F3_45DD_B066_57FDAB4FA44E__INCLUDED_)
2 #define AFX_EINTERVAL_H__F3AC0EEB_C0F3_45DD_B066_57FDAB4FA44E__INCLUDED_
3 
4 #include "dataio/DataIODefines.h"
5 #include "core/common/Node.h"
6 
7 namespace EM
8 {
9  namespace Strojcek
10  {
11  namespace VstupneUdaje
12  {
13  namespace TarifnySystem
14  {
15  class EIntervalCol;
16  class ERootTarifnySystem;
17 
18  class DATAIO_API EInterval : public ENode
19  {
20  public:
22  {
23  ITNoc = 1,
24  ITSpicka = 2,//MHD
25  ITSpickaNonMHD = 3
26  };
27 
28  EInterval( EIntervalCol *owner, long od, long doo, unsigned char typ );
29  virtual ~EInterval();
30 
31  EIntervalCol *GetOwner();
32 
33  long GetCasOd();
34  long GetCasDo();
35  IntervalType GetTypIntervaluID();
36  EInterval *GetLeft();
37  EInterval *GetRight();
38 
39  private:
40  class DataClass;
41  DataClass *d;
42  };
43  }
44  }
45  }
46 }
47 
48 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10