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