DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ESynchroPoint.h
Go to the documentation of this file.
1 #ifndef SYNCHROPOINT_H
2 #define SYNCHROPOINT_H
3 
4 #include "dataio/DataIODefines.h"
5 #include "stdio.h"
6 #include <list>
7 
8 namespace EM
9 {
10  namespace Strojcek
11  {
12  namespace VstupneUdaje
13  {
14  namespace CestovnePoriadky
15  {
16  class EDistance;
17 
19  {
20  public:
21  ESynchroPoint();
22  virtual ~ESynchroPoint();
23 
24  long GetLat();
25  long GetLng();
26 
27  static std::list<ESynchroPoint*>* Read( EDistance *owner );
28  long FillRecord( SYNCHROPOINT& eSynchroPoint );
29 
30  private:
31  static void ReadData( FILE * file, EDistance *owner, std::list<ESynchroPoint*>* list );
32 
33  class ESynchroPointPr;
34  ESynchroPointPr *mData;
35  };
36 
37  }
38  }
39  }
40 }
41 
42 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10