lomiri-location-service
..
An aggregating location service providing positioning and geocoding capabilities to applications.
|
#include <iosfwd>
Go to the source code of this file.
Namespaces | |
com | |
com::lomiri | |
com::lomiri::location | |
com::lomiri::location::service | |
Enumerations | |
enum | com::lomiri::location::service::State { com::lomiri::location::service::State::disabled, com::lomiri::location::service::State::enabled, com::lomiri::location::service::State::active } |
State enumerates the known states of the service. More... | |
Functions | |
bool | com::lomiri::location::service::operator== (State lhs, State rhs) |
operator== returns true if lhs == rhs. More... | |
bool | com::lomiri::location::service::operator!= (State lhs, State rhs) |
operator != returns true if !(lhs == rhs). More... | |
std::ostream & | com::lomiri::location::service::operator<< (std::ostream &out, State state) |
operator<< inserts state into the out. More... | |
std::istream & | com::lomiri::location::service::operator>> (std::istream &in, State &state) |
operator>> extracts state from in. More... | |