Stride Reference Manual  1.0
TransportFacilityReader.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 #include <vector>
5 #include <utility>
6 
7 using namespace std;
8 
9 namespace stride {
10 namespace util {
11 
12 using uint = unsigned int;
13 
15 public:
16  vector<pair<string, string>> readFacilities(string filename);
17 
18 private:
19  pair<string, string> parseFacility(string row);
20 };
21 
22 }
23 }
Time Dependent Person DataType.
Definition: NoBehaviour.h:17
STL namespace.