DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ETarifaTypStlpca.h
Go to the documentation of this file.
1 #if !defined(AFX_ETARIFA_TYPSTLPCA_H__29163ECA_DEF3_4738_B958_3A9971419993__INCLUDED_)
2 #define AFX_ETARIFA_TYPSTLPCA_H__29163ECA_DEF3_4738_B958_3A9971419993__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 ERootTarifnySystem;
16  class ETarifaTypStlpcaCol;
17 
18  class DATAIO_API ETarifaTypStlpca : public ENode
19  {
20  public:
21  ETarifaTypStlpca( ETarifaTypStlpcaCol *owner, unsigned short id, unsigned char cenSkID );
22  virtual ~ETarifaTypStlpca();
23 
24  ETarifaTypStlpcaCol *GetOwner();
25 
26  unsigned short GetTypStlpcaID();
27  unsigned char GetCenovaSkupinaID();
28  ETarifaTypStlpca *GetLeft();
29  ETarifaTypStlpca *GetRight();
30 
31  private:
32  class DataClass;
33  DataClass *d;
34  };
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