ad_map_access
Classes | Namespaces | Typedefs | Functions
CoreIntersection.hpp File Reference
#include <map>
#include <memory>
#include <sstream>
#include <string>
#include <vector>
#include "ad/map/lane/Types.hpp"
#include "ad/map/match/Types.hpp"
#include "ad/map/point/Types.hpp"
#include "ad/map/route/RouteOperation.hpp"
Include dependency graph for CoreIntersection.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ad::map::intersection::CoreIntersection
 

Namespaces

 ad
 namespace ad
 
 ad::map
 namespace map
 
 ad::map::intersection
 namespace intersection
 

Typedefs

typedef std::shared_ptr< CoreIntersection > ad::map::intersection::CoreIntersectionPtr
 typedef for shared_ptr of CoreIntersection class
 
typedef std::shared_ptr< CoreIntersection const > ad::map::intersection::CoreIntersectionConstPtr
 typedef for shared_ptr of const CoreIntersection class
 

Functions

std::ostream & std::operator<< (std::ostream &os, ::ad::map::intersection::CoreIntersection const &intersection)
 standard ostream operator for ad::map::intersection::CoreIntersection More...
 
static std::string std::to_string (::ad::map::intersection::CoreIntersection const &intersection)
 overload of the std::to_string for ad::map::intersection::CoreIntersection
 

Function Documentation

◆ operator<<()

std::ostream& std::operator<< ( std::ostream &  os,
::ad::map::intersection::CoreIntersection const &  intersection 
)

standard ostream operator for ad::map::intersection::CoreIntersection

Parameters
[in]osThe output stream to write to
[in]intersectionThe core intersection object
Returns
The stream object.