SUMO - Simulation of Urban MObility
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
SUMOSAXHandler.cpp
Go to the documentation of this file.
1
/****************************************************************************/
9
// SAX-handler base for SUMO-files
10
/****************************************************************************/
11
// SUMO, Simulation of Urban MObility; see http://sumo-sim.org/
12
// Copyright (C) 2002-2014 DLR (http://www.dlr.de/) and contributors
13
/****************************************************************************/
14
//
15
// This file is part of SUMO.
16
// SUMO is free software: you can redistribute it and/or modify
17
// it under the terms of the GNU General Public License as published by
18
// the Free Software Foundation, either version 3 of the License, or
19
// (at your option) any later version.
20
//
21
/****************************************************************************/
22
23
24
// ===========================================================================
25
// included modules
26
// ===========================================================================
27
#ifdef _MSC_VER
28
#include <
windows_config.h
>
29
#else
30
#include <
config.h
>
31
#endif
32
33
#include <string>
34
#include <iostream>
35
#include <
utils/xml/GenericSAXHandler.h
>
36
#include "
SUMOXMLDefinitions.h
"
37
#include "
SUMOSAXHandler.h
"
38
39
#ifdef CHECK_MEMORY_LEAKS
40
#include <
foreign/nvwa/debug_new.h
>
41
#endif // CHECK_MEMORY_LEAKS
42
43
44
// ===========================================================================
45
// method definitions
46
// ===========================================================================
47
SUMOSAXHandler::SUMOSAXHandler
(
const
std::string& file)
48
:
GenericSAXHandler
(
SUMOXMLDefinitions
::tags,
SUMO_TAG_NOTHING
,
49
SUMOXMLDefinitions
::attrs,
SUMO_ATTR_NOTHING
, file) {}
50
51
52
SUMOSAXHandler::~SUMOSAXHandler
() {}
53
54
55
/****************************************************************************/
56
SUMOSAXHandler::SUMOSAXHandler
SUMOSAXHandler(const std::string &file="")
Constructor.
Definition:
SUMOSAXHandler.cpp:47
windows_config.h
debug_new.h
config.h
SUMO_TAG_NOTHING
Definition:
SUMOXMLDefinitions.h:51
GenericSAXHandler
A handler which converts occuring elements and attributes into enums.
Definition:
GenericSAXHandler.h:75
SUMOSAXHandler::~SUMOSAXHandler
virtual ~SUMOSAXHandler()
Destructor.
Definition:
SUMOSAXHandler.cpp:52
SUMO_ATTR_NOTHING
Definition:
SUMOXMLDefinitions.h:259
SUMOXMLDefinitions
class for maintaining associations between enums and xml-strings
Definition:
SUMOXMLDefinitions.h:703
GenericSAXHandler.h
SUMOSAXHandler.h
SUMOXMLDefinitions.h
build
buildd
sumo-0.21.0+dfsg
src
utils
xml
SUMOSAXHandler.cpp
Generated on Wed Mar 18 2015 22:57:48 for SUMO - Simulation of Urban MObility by
1.8.9.1