DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EKoefMenyCol.h
Go to the documentation of this file.
1 #if !defined EKOEFMENY_COL_H
2 #define EKOEFMENY_COL_H
3 
4 #include "dataio/DataIODefines.h"
5 #include "core/common/Head.h"
6 
7 namespace EM
8 {
9  namespace Strojcek
10  {
11  namespace StatistikaStrojcek
12  {
13  class EOdpocet;
14  class EKoefMeny;
15 
16  class DATAIO_API EKoefMenyCol : public EHead
17  {
18  public:
19  EKoefMenyCol( EOdpocet *owner );
20  virtual ~EKoefMenyCol();
21 
22  void add( EKoefMeny *newVal );
24  unsigned char getIDDemesticCurrency();
25 
26  EOdpocet *getOwner();
27  EKoefMeny *GetFirst();
28 
29  private:
30  EOdpocet *mOwner;
31  };
32  }
33  }
34 }
35 
36 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10