DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EAbsPocitadloPLCol.h
Go to the documentation of this file.
1 #if !defined(EAbsPocitadloPLCol_70CAC1E7_2581_44d4_AB63_1B81D542E732__INCLUDED_)
2 #define EAbsPocitadloPLCol_70CAC1E7_2581_44d4_AB63_1B81D542E732__INCLUDED_
3 
4 #include "dataio/DataIODefines.h"
5 #include "core/common/Head.h"
6 #include "dataio/dataoutput/EStatistikaStruct.h"
7 
8 class EXMLNode;
9 
10 namespace EM
11 {
12  namespace Strojcek
13  {
14  namespace StatistikaStrojcek
15  {
16  class EPriznakyPL;
17  class EAbsPocitadloPL;
18  class EPriznakyPLCol;
19 
20  class DATAIO_API EAbsPocitadloPLCol : public EHead
21  {
22  EPriznakyPL *mOwner;
23 
24  public:
26  virtual ~EAbsPocitadloPLCol();
27 
28  long createEmptyXmlFile();
29  void add(EAbsPocitadloPL* newVal);
30  long countNotNullPocitadiel();
31 
32  EPriznakyPL *getOwner();
33 
34  bool write();
35  bool read();
36  EAbsPocitadloPL* GetFirst();
37  };
38 
39  }
40  }
41 }
42 
43 #endif
Definition: EAbsPocitadloPLCol.h:20
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10