ubuntu-location-service  ..
An aggregating location service providing positioning and geocoding capabilities to applications.
state.h File Reference
#include <iosfwd>
+ Include dependency graph for state.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 com
 
 com::ubuntu
 
 com::ubuntu::location
 
 com::ubuntu::location::service
 

Enumerations

enum class  com::ubuntu::location::service::State {
  com::ubuntu::location::service::disabled ,
  com::ubuntu::location::service::enabled ,
  com::ubuntu::location::service::active
}
 State enumerates the known states of the service. More...
 

Functions

bool com::ubuntu::location::service::operator== (State lhs, State rhs)
 operator== returns true if lhs == rhs. More...
 
bool com::ubuntu::location::service::operator!= (State lhs, State rhs)
 operator != returns true if !(lhs == rhs). More...
 
std::ostream & com::ubuntu::location::service::operator<< (std::ostream &out, State state)
 operator<< inserts state into the out. More...
 
std::istream & com::ubuntu::location::service::operator>> (std::istream &in, State &state)
 operator>> extracts state from in. More...