SUMO - Simulation of Urban MObility
SUMOSAXHandler.h
Go to the documentation of this file.
1 /****************************************************************************/
2 // Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo
3 // Copyright (C) 2002-2018 German Aerospace Center (DLR) and others.
4 // This program and the accompanying materials
5 // are made available under the terms of the Eclipse Public License v2.0
6 // which accompanies this distribution, and is available at
7 // http://www.eclipse.org/legal/epl-v20.html
8 // SPDX-License-Identifier: EPL-2.0
9 /****************************************************************************/
17 // SAX-handler base for SUMO-files
18 /****************************************************************************/
19 #ifndef SUMOSAXHandler_h
20 #define SUMOSAXHandler_h
21 
22 
23 // ===========================================================================
24 // included modules
25 // ===========================================================================
26 #include <config.h>
27 
28 #include <string>
30 
31 
32 // ===========================================================================
33 // class definitions
34 // ===========================================================================
43 public:
49  SUMOSAXHandler(const std::string& file = "", const std::string& expectedRoot = "");
50 
51 
53  virtual ~SUMOSAXHandler();
54 
55 
56 private:
59 
61  const SUMOSAXHandler& operator=(const SUMOSAXHandler& s);
62 
63 };
64 
65 
66 #endif
67 
68 /****************************************************************************/
69 
SAX-handler base for SUMO-files.
SUMOSAXHandler(const std::string &file="", const std::string &expectedRoot="")
Constructor.
A handler which converts occuring elements and attributes into enums.
virtual ~SUMOSAXHandler()
Destructor.
const SUMOSAXHandler & operator=(const SUMOSAXHandler &s)
invalidated assignment operator