DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ETabuleFunction.h
Go to the documentation of this file.
1 #if !defined ETABULE_FUNCTION_H
2 #define ETABULE_FUNCTION_H
3 
4 #include "dataio/DataIODefines.h"
5 
6 namespace EM
7 {
8  namespace Strojcek
9  {
10  namespace VstupneUdaje
11  {
12  namespace Tabule
13  {
14 
16  {
17  public:
18  ETabuleFunction(void);
19  virtual ~ETabuleFunction(void);
20 
21  public:
25  static char *ConTwoString(const char* first,const char *second);
29  static long InitFile(const char *pathWithFile,unsigned long sizeOfStruct);
30  };
31 
32  }
33  }
34  }
35 }
36 
37 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10