DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ELinkaSpoj.h
Go to the documentation of this file.
1 #ifndef _ELINKASPOJ_H_
2 #define _ELINKASPOJ_H_
3 
4 #include "dataio/DataIODefines.h"
5 #include "dataio/dataoutput/EStatistikaStruct.h"
6 
7 namespace EM
8 {
9  namespace Strojcek
10  {
11  namespace StatistikaStrojcek
12  {
13  class ECestovnyListok;
14 
16  {
17  public:
18  ELinkaSpoj();
19  ELinkaSpoj( ELinkaSpoj &linkaSpoj );
20  virtual ~ELinkaSpoj();
21 
22  ELinkaSpoj& operator=( ELinkaSpoj &linkaSpoj );
23 
24  void setCisloLinky( unsigned long newVal );
25  void setCisloSpoja( unsigned short newVal );
26 
27  unsigned long getCisloLinky();
28  unsigned short getCisloSpoja();
29 
30  void fillInLS( LINKASPOJ &ls );
31  void fillUpLS( LINKASPOJ &ls );
32 
33  ECestovnyListok *getOwner();
34  void setOwner( ECestovnyListok *newVal );
35 
36  private:
37  class DataClass;
38  DataClass *d;
39  };
40  }
41  }
42 }
43 
44 #endif
Definition: EStatistikaStruct.h:1362
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10