DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EZoneSearch.h
Go to the documentation of this file.
1 #ifndef E_ZONE_SEARCH_H
2 #define E_ZONE_SEARCH_H
3 
4 #include <vector>
5 
6 namespace EM
7 {
8  namespace Strojcek
9  {
10  namespace VstupneUdaje
11  {
12  namespace CestovnePoriadky
13  {
15  {
16  public:
17  EZoneSearch();
18  ~EZoneSearch();
19 
20  std::vector<int> GetZones( std::vector<std::vector<int>*>* busstopZones, std::vector<unsigned short> timeTicketZonesToPrefer );
21 
22  private:
23  class DataClass;
24  DataClass *d;
25  };
26  }
27  }
28  }
29 }
30 
31 #endif //E_ZONE_SEARCH_H
std::vector< int > GetZones(std::vector< std::vector< int > * > *busstopZones, std::vector< unsigned short > timeTicketZonesToPrefer)
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15