lomiri-location-service
..
An aggregating location service providing positioning and geocoding capabilities to applications.
|
#include <com/lomiri/location/connectivity/bounded_integer.h>
#include <core/property.h>
#include <iosfwd>
#include <string>
Go to the source code of this file.
Classes | |
struct | com::lomiri::location::connectivity::WirelessNetwork |
Namespaces | |
com | |
com::lomiri | |
com::lomiri::location | |
com::lomiri::location::connectivity | |
Functions | |
std::ostream & | com::lomiri::location::connectivity::operator<< (std::ostream &out, WirelessNetwork::Mode mode) |
Pretty-prints the given mode to the given output stream. More... | |
std::ostream & | com::lomiri::location::connectivity::operator<< (std::ostream &out, const WirelessNetwork &wifi) |
Pretty-prints the given wireless network to the given output stream. More... | |