Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <string>
#include <vector>
#include <set>
#include <utils/common/StringUtils.h>
#include <utils/common/SUMOTime.h>
#include <utils/common/ToString.h>
#include <utils/common/UtilExceptions.h>
#include "SUMOXMLDefinitions.h"
Go to the source code of this file.
Data Structures | |
struct | invalid_return< X > |
class | SUMOSAXAttributes |
Encapsulated SAX-Attributes. More... | |
Macros | |
#define | INVALID_RETURN(TYPE) |
Functions | |
INVALID_RETURN (bool) | |
INVALID_RETURN (Boundary) | |
INVALID_RETURN (double) | |
INVALID_RETURN (FringeType) | |
INVALID_RETURN (int) | |
INVALID_RETURN (long long int) | |
INVALID_RETURN (ParkingType) | |
INVALID_RETURN (Position) | |
INVALID_RETURN (PositionVector) | |
INVALID_RETURN (RGBColor) | |
INVALID_RETURN (RightOfWay) | |
INVALID_RETURN (std::string) | |
INVALID_RETURN (std::vector< double >) | |
INVALID_RETURN (std::vector< int >) | |
INVALID_RETURN (std::vector< std::string >) | |
INVALID_RETURN (SumoXMLEdgeFunc) | |
INVALID_RETURN (SumoXMLNodeType) | |
std::ostream & | operator<< (std::ostream &os, const SUMOSAXAttributes &src) |
Definition in file SUMOSAXAttributes.h.
#define INVALID_RETURN | ( | TYPE | ) |
Definition at line 409 of file SUMOSAXAttributes.h.
INVALID_RETURN | ( | bool | ) |
INVALID_RETURN | ( | Boundary | ) |
INVALID_RETURN | ( | double | ) |
INVALID_RETURN | ( | FringeType | ) |
INVALID_RETURN | ( | int | ) |
INVALID_RETURN | ( | long long int | ) |
INVALID_RETURN | ( | ParkingType | ) |
INVALID_RETURN | ( | Position | ) |
INVALID_RETURN | ( | PositionVector | ) |
INVALID_RETURN | ( | RGBColor | ) |
INVALID_RETURN | ( | RightOfWay | ) |
INVALID_RETURN | ( | std::string | ) |
INVALID_RETURN | ( | std::vector< double > | ) |
INVALID_RETURN | ( | std::vector< int > | ) |
INVALID_RETURN | ( | std::vector< std::string > | ) |
INVALID_RETURN | ( | SumoXMLEdgeFunc | ) |
INVALID_RETURN | ( | SumoXMLNodeType | ) |
|
inline |
Definition at line 399 of file SUMOSAXAttributes.h.