ad_map_access
Classes | Functions
ad::map::config Namespace Reference

namespace config More...

Classes

class  MapConfigFileHandler
 Parse config file that specifies all known maps. More...
 
struct  MapEntry
 DataType MapEntry. More...
 
struct  PointOfInterest
 DataType PointOfInterest. More...
 

Functions

std::ostream & operator<< (std::ostream &os, MapEntry const &_value)
 standard ostream operator More...
 
std::ostream & operator<< (std::ostream &os, PointOfInterest const &_value)
 standard ostream operator More...
 

Detailed Description

namespace config

Configuration

Function Documentation

◆ operator<<() [1/2]

std::ostream& ad::map::config::operator<< ( std::ostream &  os,
MapEntry const &  _value 
)
inline

standard ostream operator

Parameters
[in]osThe output stream to write to
[in]_valueMapEntry value
Returns
The stream object.

◆ operator<<() [2/2]

std::ostream& ad::map::config::operator<< ( std::ostream &  os,
PointOfInterest const &  _value 
)
inline

standard ostream operator

Parameters
[in]osThe output stream to write to
[in]_valuePointOfInterest value
Returns
The stream object.