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