DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EOfferedTariff.h
Go to the documentation of this file.
1 #ifndef EOFFEREDTARIFF_H
2 #define EOFFEREDTARIFF_H
3 
4 #include "dataio/DataIODefines.h"
5 
6 namespace EM
7 {
8  namespace Strojcek
9  {
10  namespace VstupneUdaje
11  {
12  namespace TarifnySystem
13  {
14  class ETarifa;
15  class ETarifnaSkupina;
16  class ETarifnaSkupinaTarifa;
17  }
18  }
19  }
20 }
21 
23 {
24 public:
26  EOfferedTariff( const EOfferedTariff &oldInstance );
27  virtual ~EOfferedTariff();
28 
32  unsigned short GetSubstituteTariffGroupOffset() const;
33 
34  EOfferedTariff &operator =(const EOfferedTariff &other);
35 
36  bool operator ==(const EOfferedTariff &other) const;
37  bool operator !=(const EOfferedTariff &other) const;
38  bool operator <(const EOfferedTariff &other) const;
39  bool operator >(const EOfferedTariff &other) const;
40 
41 private:
42  class DataClass;
43  DataClass *d;
44 };
45 
46 #endif // EOFFEREDTARIFF_H
Definition: EOfferedTariff.h:22
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10