|
lomiri-location-service ..
An aggregating location service providing positioning and geocoding capabilities to applications.
|
#include <update_selector.h>
Public Types | |
| typedef std::shared_ptr< UpdateSelector > | Ptr |
Public Member Functions | |
| UpdateSelector (const UpdateSelector &)=delete | |
| UpdateSelector & | operator= (const UpdateSelector &)=delete |
| virtual | ~UpdateSelector ()=default |
| virtual WithSource< Update< Position > > | select (const WithSource< Update< Position > > &older, const WithSource< Update< Position > > &newer)=0 |
Protected Member Functions | |
| UpdateSelector ()=default | |
Definition at line 34 of file update_selector.h.
| typedef std::shared_ptr<UpdateSelector> com::lomiri::location::UpdateSelector::Ptr |
Definition at line 37 of file update_selector.h.
|
delete |
References UpdateSelector().
Referenced by operator=(), and UpdateSelector().
|
virtualdefault |
|
protecteddefault |
|
delete |
|
pure virtual |