DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EZmenaPrikazCol.h
Go to the documentation of this file.
1 #if !defined(EA_ED7C295B_A637_4d9b_AEA3_EDAB06D12F6F__INCLUDED_)
2 #define EA_ED7C295B_A637_4d9b_AEA3_EDAB06D12F6F__INCLUDED_
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 EZmenaPrikaz;
15 
16  class DATAIO_API EZmenaPrikazCol : public EHead
17  {
18  public:
19  EZmenaPrikazCol( EOdpocet *owner );
20  virtual ~EZmenaPrikazCol();
21 
22  EOdpocet *getOwner();
23 
24  void add( EZmenaPrikaz *newVal );
25  EZmenaPrikaz *GetFirst();
26 
27  private:
28  EOdpocet *mOwner;
29  };
30 
31  }
32  }
33 }
34 
35 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10