|
lomiri-location-service ..
An aggregating location service providing positioning and geocoding capabilities to applications.
|
Namespaces | |
| namespace | session |
Classes | |
| class | Configuration |
| class | DefaultPermissionManager |
| class | Interface |
| The Interface class models the primary interface to the location service. More... | |
| struct | Credentials |
| Credentials of a remote session. More... | |
| class | PermissionManager |
| The PermissionManager class is an interface to check whether an application is allowed to access the location services. More... | |
| class | Skeleton |
| class | Stub |
| class | SystemConfiguration |
Enumerations | |
| enum class | State { disabled , enabled , active } |
| State enumerates the known states of the service. More... | |
Functions | |
| bool | operator== (State lhs, State rhs) |
| operator== returns true if lhs == rhs. | |
| bool | operator!= (State lhs, State rhs) |
| operator != returns true if !(lhs == rhs). | |
| std::ostream & | operator<< (std::ostream &out, State state) |
| operator<< inserts state into the out. | |
| std::istream & | operator>> (std::istream &in, State &state) |
| operator>> extracts state from in. | |
|
strong |
State enumerates the known states of the service.
operator != returns true if !(lhs == rhs).
| std::ostream & com::lomiri::location::service::operator<< | ( | std::ostream & | out, |
| State | state ) |
operator<< inserts state into the out.
operator== returns true if lhs == rhs.
| std::istream & com::lomiri::location::service::operator>> | ( | std::istream & | in, |
| State & | state ) |
operator>> extracts state from in.