#include "carla/client/Waypoint.h"#include "carla/client/Map.h"#include "carla/client/Junction.h"#include "carla/client/Landmark.h"#include <unordered_set>
Include dependency graph for client/Waypoint.cpp:Go to the source code of this file.
Namespaces | |
| carla | |
| This file contains definitions of common data structures used in traffic manager. | |
| carla::client | |
Functions | |
| template<typename EnumT > | |
| static EnumT | carla::client::operator & (EnumT lhs, EnumT rhs) |
| template<typename EnumT > | |
| static EnumT | carla::client::operator| (EnumT lhs, EnumT rhs) |
1.8.13