ubuntu-location-service
..
An aggregating location service providing positioning and geocoding capabilities to applications.
|
Namespaces | |
session | |
Classes | |
class | Configuration |
struct | Credentials |
Credentials of a remote session. More... | |
class | DefaultPermissionManager |
class | Interface |
The Interface class models the primary interface to the location service. 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 |
Enumerations | |
enum | State { State::disabled, State::enabled, State::active } |
State enumerates the known states of the service. More... | |
Functions | |
bool | operator== (State lhs, State rhs) |
operator== returns true if lhs == rhs. More... | |
bool | operator!= (State lhs, State rhs) |
operator != returns true if !(lhs == rhs). More... | |
std::ostream & | operator<< (std::ostream &out, State state) |
operator<< inserts state into the out. More... | |
std::istream & | operator>> (std::istream &in, State &state) |
operator>> extracts state from in. More... | |
|
strong |
operator != returns true if !(lhs == rhs).
std::ostream& com::ubuntu::location::service::operator<< | ( | std::ostream & | out, |
State | state | ||
) |
operator<< inserts state into the out.
operator== returns true if lhs == rhs.
std::istream& com::ubuntu::location::service::operator>> | ( | std::istream & | in, |
State & | state | ||
) |
operator>> extracts state from in.