DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EAbsPocitadloKLCol.h
Go to the documentation of this file.
1 #if !defined(EAbsPocitadloKLCol_70CAC1E7_2581_44d4_AB63_1B81D542E732__INCLUDED_)
2 #define EAbsPocitadloKLCol_70CAC1E7_2581_44d4_AB63_1B81D542E732__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 EPriznakyKL;
14  class EAbsPocitadloKL;
15  class EPriznakyKLCol;
16 
17  class DATAIO_API EAbsPocitadloKLCol : public EHead
18  {
19  EPriznakyKL *mOwner;
20 
21  public:
22  EAbsPocitadloKLCol( EPriznakyKL *owner );
23  virtual ~EAbsPocitadloKLCol();
24 
25  long createEmptyXmlFile();
26  void add( EAbsPocitadloKL *newVal );
27  long countNotNullPocitadiel();
28 
29  EPriznakyKL *getOwner();
30 
31  bool write();
32  bool read();
33  EAbsPocitadloKL *GetFirst();
34  EAbsPocitadloKL *GetByIdx( unsigned long i );
35  };
36  }
37  }
38 }
39 
40 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10