DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ERootTabule.h
Go to the documentation of this file.
1 #if !defined EROOTTABULE_H
2 #define EROOTTABULE_H
3 
4 #include "dataio/DataIODefines.h"
5 #include "dataio/datainput/EFileSystem.h"
6 #include "dataio/datainput/ETabula.h"
7 #include "dataio/datainput/ETabulaCol.h"
8 #include "dataio/datainput/EText.h"
9 #include "dataio/datainput/ETextCol.h"
10 
11 namespace EM
12 {
13  namespace Strojcek
14  {
15  namespace VstupneUdaje
16  {
17  class ERootDataIO;
18 
19  namespace Tabule
20  {
22  {
23  public:
24  ERootTabule( ERootDataIO *owner, char *path );
25  virtual ~ERootTabule();
26 
27  char *GetPath();
28 
29  ETabulaCol *GetTabulaCol();
30  EFileSystem *GetFileSystem();
31  ERootDataIO *GetOwner();
32  ETextCol *GetTextCol();
33 
34  long RootTabuleWrite();
35 
36  private:
37  class DataClass;
38  DataClass *d;
39  };
40  }
41  }
42  }
43 }
44 
45 #endif
Definition: ERootDataIO.h:40
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10