DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ETypKuponu.h
Go to the documentation of this file.
1 #if !defined(AFX_ETYP_KUPONU_H__4D153987_A409_4D8E_81A5_F1F2143F0D57__INCLUDED_)
2 #define AFX_ETYP_KUPONU_H__4D153987_A409_4D8E_81A5_F1F2143F0D57__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 ETypKuponuCol;
16  class ERootTarifnySystem;
17 
18  class DATAIO_API ETypKuponu : public ENode
19  {
20  public:
21  ETypKuponu( ETypKuponuCol *owner, unsigned char id, const char *nazov );
22  virtual ~ETypKuponu();
23 
24  ETypKuponuCol *GetOwner();
25 
26  char* GetNazov();
27  unsigned char GetID();
28  ETypKuponu* GetLeft();
29  ETypKuponu* 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