DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ETrezorCol.h
Go to the documentation of this file.
1 #ifndef EM_STROJCEK_STATISTIKASTROJCEKETREZORCOL_H
2 #define EM_STROJCEK_STATISTIKASTROJCEKETREZORCOL_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 ETrezor;
14 
15  class DATAIO_API ETrezorCol : public EHead
16  {
17  public:
18  ETrezorCol();
19  virtual ~ETrezorCol();
20 
21  ETrezor *NewTrezor();
22  bool write();
23  ETrezor *GetFirst();
24  };
25  }
26  }
27 }
28 
29 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10