DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EZastavkaTextArray.h
Go to the documentation of this file.
1 #if !defined _EZASTAVKA_TEXT_ARRAY_H_
2 #define _EZASTAVKA_TEXT_ARRAY_H_
3 
4 #include "dataio/DataIODefines.h"
5 
6 namespace EM
7 {
8  namespace Strojcek
9  {
10  namespace VstupneUdaje
11  {
12  namespace CestovnePoriadky
13  {
14  class DATAIO_API EZastavkaTextArray
15  {
16  public:
17  EZastavkaTextArray( unsigned short pocetZastavok );
18  virtual ~EZastavkaTextArray();
19 
20  unsigned short GetPocetZast();
21  char** GetTexty();
22 
23  void SetTexty( char** vData );
24 
25  private:
26  class DataClass;
27  DataClass *d;
28  };
29  }
30  }
31  }
32 }
33 
34 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10