DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EMena.h
Go to the documentation of this file.
1 #if !defined(AFX_EMENA_H__1735B892_F748_4362_8985_0D5E4208DDBB__INCLUDED_)
2 #define AFX_EMENA_H__1735B892_F748_4362_8985_0D5E4208DDBB__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 EMenaCol;
16  class ERootTarifnySystem;
17 
18  class DATAIO_API EMena : public ENode
19  {
20  public:
21  EMena( EMenaCol *owner, char id, char *skratka, float koef );
22  virtual ~EMena();
23 
24  EMenaCol *GetOwner();
25 
26  char *GetSkratka();
27  char GetID();
28  float GetKoeficient();
29  EMena *GetLeft();
30  EMena *GetRight();
31 
32  private:
33  class DataClass;
34  DataClass *d;
35  };
36  }
37  }
38  }
39 }
40 
41 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10