Namespaces | |
namespace | app |
namespace | app_list |
namespace | app_manager |
namespace | exceptions |
namespace | master_sync |
namespace | msg |
namespace | srv |
Classes | |
struct | App_ |
struct | AppList_ |
struct | AppStatus_ |
struct | ClientApp_ |
struct | Icon_ |
struct | KeyValue_ |
struct | ListApps |
struct | ListAppsRequest_ |
struct | ListAppsResponse_ |
struct | StartApp |
struct | StartAppRequest_ |
struct | StartAppResponse_ |
struct | StatusCodes_ |
struct | StopApp |
struct | StopAppRequest_ |
struct | StopAppResponse_ |
Typedefs | |
typedef ::app_manager::App_ < std::allocator< void > > | App |
typedef boost::shared_ptr < ::app_manager::App const > | AppConstPtr |
typedef ::app_manager::AppList_ < std::allocator< void > > | AppList |
typedef boost::shared_ptr < ::app_manager::AppList const > | AppListConstPtr |
typedef boost::shared_ptr < ::app_manager::AppList > | AppListPtr |
typedef boost::shared_ptr < ::app_manager::App > | AppPtr |
typedef ::app_manager::AppStatus_ < std::allocator< void > > | AppStatus |
typedef boost::shared_ptr < ::app_manager::AppStatus const > | AppStatusConstPtr |
typedef boost::shared_ptr < ::app_manager::AppStatus > | AppStatusPtr |
typedef ::app_manager::ClientApp_ < std::allocator< void > > | ClientApp |
typedef boost::shared_ptr < ::app_manager::ClientApp const > | ClientAppConstPtr |
typedef boost::shared_ptr < ::app_manager::ClientApp > | ClientAppPtr |
typedef ::app_manager::Icon_ < std::allocator< void > > | Icon |
typedef boost::shared_ptr < ::app_manager::Icon const > | IconConstPtr |
typedef boost::shared_ptr < ::app_manager::Icon > | IconPtr |
typedef ::app_manager::KeyValue_ < std::allocator< void > > | KeyValue |
typedef boost::shared_ptr < ::app_manager::KeyValue const > | KeyValueConstPtr |
typedef boost::shared_ptr < ::app_manager::KeyValue > | KeyValuePtr |
typedef ::app_manager::ListAppsRequest_ < std::allocator< void > > | ListAppsRequest |
typedef boost::shared_ptr < ::app_manager::ListAppsRequest const > | ListAppsRequestConstPtr |
typedef boost::shared_ptr < ::app_manager::ListAppsRequest > | ListAppsRequestPtr |
typedef ::app_manager::ListAppsResponse_ < std::allocator< void > > | ListAppsResponse |
typedef boost::shared_ptr < ::app_manager::ListAppsResponse const > | ListAppsResponseConstPtr |
typedef boost::shared_ptr < ::app_manager::ListAppsResponse > | ListAppsResponsePtr |
typedef ::app_manager::StartAppRequest_ < std::allocator< void > > | StartAppRequest |
typedef boost::shared_ptr < ::app_manager::StartAppRequest const > | StartAppRequestConstPtr |
typedef boost::shared_ptr < ::app_manager::StartAppRequest > | StartAppRequestPtr |
typedef ::app_manager::StartAppResponse_ < std::allocator< void > > | StartAppResponse |
typedef boost::shared_ptr < ::app_manager::StartAppResponse const > | StartAppResponseConstPtr |
typedef boost::shared_ptr < ::app_manager::StartAppResponse > | StartAppResponsePtr |
typedef ::app_manager::StatusCodes_ < std::allocator< void > > | StatusCodes |
typedef boost::shared_ptr < ::app_manager::StatusCodes const > | StatusCodesConstPtr |
typedef boost::shared_ptr < ::app_manager::StatusCodes > | StatusCodesPtr |
typedef ::app_manager::StopAppRequest_ < std::allocator< void > > | StopAppRequest |
typedef boost::shared_ptr < ::app_manager::StopAppRequest const > | StopAppRequestConstPtr |
typedef boost::shared_ptr < ::app_manager::StopAppRequest > | StopAppRequestPtr |
typedef ::app_manager::StopAppResponse_ < std::allocator< void > > | StopAppResponse |
typedef boost::shared_ptr < ::app_manager::StopAppResponse const > | StopAppResponseConstPtr |
typedef boost::shared_ptr < ::app_manager::StopAppResponse > | StopAppResponsePtr |
Functions | |
template<typename ContainerAllocator > | |
std::ostream & | operator<< (std::ostream &s, const ::app_manager::StatusCodes_< ContainerAllocator > &v) |
template<typename ContainerAllocator > | |
std::ostream & | operator<< (std::ostream &s, const ::app_manager::KeyValue_< ContainerAllocator > &v) |
template<typename ContainerAllocator > | |
std::ostream & | operator<< (std::ostream &s, const ::app_manager::Icon_< ContainerAllocator > &v) |
template<typename ContainerAllocator > | |
std::ostream & | operator<< (std::ostream &s, const ::app_manager::ClientApp_< ContainerAllocator > &v) |
template<typename ContainerAllocator > | |
std::ostream & | operator<< (std::ostream &s, const ::app_manager::AppStatus_< ContainerAllocator > &v) |
template<typename ContainerAllocator > | |
std::ostream & | operator<< (std::ostream &s, const ::app_manager::AppList_< ContainerAllocator > &v) |
template<typename ContainerAllocator > | |
std::ostream & | operator<< (std::ostream &s, const ::app_manager::App_< ContainerAllocator > &v) |
typedef ::app_manager::App_<std::allocator<void> > app_manager::App |
typedef boost::shared_ptr< ::app_manager::App const> app_manager::AppConstPtr |
typedef ::app_manager::AppList_<std::allocator<void> > app_manager::AppList |
typedef boost::shared_ptr< ::app_manager::AppList const> app_manager::AppListConstPtr |
typedef boost::shared_ptr< ::app_manager::AppList> app_manager::AppListPtr |
typedef boost::shared_ptr< ::app_manager::App> app_manager::AppPtr |
typedef ::app_manager::AppStatus_<std::allocator<void> > app_manager::AppStatus |
Definition at line 99 of file AppStatus.h.
typedef boost::shared_ptr< ::app_manager::AppStatus const> app_manager::AppStatusConstPtr |
Definition at line 102 of file AppStatus.h.
typedef boost::shared_ptr< ::app_manager::AppStatus> app_manager::AppStatusPtr |
Definition at line 101 of file AppStatus.h.
typedef ::app_manager::ClientApp_<std::allocator<void> > app_manager::ClientApp |
Definition at line 120 of file ClientApp.h.
typedef boost::shared_ptr< ::app_manager::ClientApp const> app_manager::ClientAppConstPtr |
Definition at line 123 of file ClientApp.h.
typedef boost::shared_ptr< ::app_manager::ClientApp> app_manager::ClientAppPtr |
Definition at line 122 of file ClientApp.h.
typedef ::app_manager::Icon_<std::allocator<void> > app_manager::Icon |
typedef boost::shared_ptr< ::app_manager::Icon const> app_manager::IconConstPtr |
typedef boost::shared_ptr< ::app_manager::Icon> app_manager::IconPtr |
typedef ::app_manager::KeyValue_<std::allocator<void> > app_manager::KeyValue |
Definition at line 91 of file KeyValue.h.
typedef boost::shared_ptr< ::app_manager::KeyValue const> app_manager::KeyValueConstPtr |
Definition at line 94 of file KeyValue.h.
typedef boost::shared_ptr< ::app_manager::KeyValue> app_manager::KeyValuePtr |
Definition at line 93 of file KeyValue.h.
typedef ::app_manager::ListAppsRequest_<std::allocator<void> > app_manager::ListAppsRequest |
Definition at line 79 of file ListApps.h.
typedef boost::shared_ptr< ::app_manager::ListAppsRequest const> app_manager::ListAppsRequestConstPtr |
Definition at line 82 of file ListApps.h.
typedef boost::shared_ptr< ::app_manager::ListAppsRequest> app_manager::ListAppsRequestPtr |
Definition at line 81 of file ListApps.h.
typedef ::app_manager::ListAppsResponse_<std::allocator<void> > app_manager::ListAppsResponse |
Definition at line 210 of file ListApps.h.
typedef boost::shared_ptr< ::app_manager::ListAppsResponse const> app_manager::ListAppsResponseConstPtr |
Definition at line 213 of file ListApps.h.
typedef boost::shared_ptr< ::app_manager::ListAppsResponse> app_manager::ListAppsResponsePtr |
Definition at line 212 of file ListApps.h.
typedef ::app_manager::StartAppRequest_<std::allocator<void> > app_manager::StartAppRequest |
Definition at line 94 of file StartApp.h.
typedef boost::shared_ptr< ::app_manager::StartAppRequest const> app_manager::StartAppRequestConstPtr |
Definition at line 97 of file StartApp.h.
typedef boost::shared_ptr< ::app_manager::StartAppRequest> app_manager::StartAppRequestPtr |
Definition at line 96 of file StartApp.h.
typedef ::app_manager::StartAppResponse_<std::allocator<void> > app_manager::StartAppResponse |
Definition at line 207 of file StartApp.h.
typedef boost::shared_ptr< ::app_manager::StartAppResponse const> app_manager::StartAppResponseConstPtr |
Definition at line 210 of file StartApp.h.
typedef boost::shared_ptr< ::app_manager::StartAppResponse> app_manager::StartAppResponsePtr |
Definition at line 209 of file StartApp.h.
typedef ::app_manager::StatusCodes_<std::allocator<void> > app_manager::StatusCodes |
Definition at line 94 of file StatusCodes.h.
typedef boost::shared_ptr< ::app_manager::StatusCodes const> app_manager::StatusCodesConstPtr |
Definition at line 97 of file StatusCodes.h.
typedef boost::shared_ptr< ::app_manager::StatusCodes> app_manager::StatusCodesPtr |
Definition at line 96 of file StatusCodes.h.
typedef ::app_manager::StopAppRequest_<std::allocator<void> > app_manager::StopAppRequest |
typedef boost::shared_ptr< ::app_manager::StopAppRequest const> app_manager::StopAppRequestConstPtr |
typedef boost::shared_ptr< ::app_manager::StopAppRequest> app_manager::StopAppRequestPtr |
typedef ::app_manager::StopAppResponse_<std::allocator<void> > app_manager::StopAppResponse |
typedef boost::shared_ptr< ::app_manager::StopAppResponse const> app_manager::StopAppResponseConstPtr |
typedef boost::shared_ptr< ::app_manager::StopAppResponse> app_manager::StopAppResponsePtr |
std::ostream& app_manager::operator<< | ( | std::ostream & | s, | |
const ::app_manager::StatusCodes_< ContainerAllocator > & | v | |||
) | [inline] |
Definition at line 101 of file StatusCodes.h.
std::ostream& app_manager::operator<< | ( | std::ostream & | s, | |
const ::app_manager::KeyValue_< ContainerAllocator > & | v | |||
) | [inline] |
Definition at line 98 of file KeyValue.h.
std::ostream& app_manager::operator<< | ( | std::ostream & | s, | |
const ::app_manager::Icon_< ContainerAllocator > & | v | |||
) | [inline] |
std::ostream& app_manager::operator<< | ( | std::ostream & | s, | |
const ::app_manager::ClientApp_< ContainerAllocator > & | v | |||
) | [inline] |
Definition at line 127 of file ClientApp.h.
std::ostream& app_manager::operator<< | ( | std::ostream & | s, | |
const ::app_manager::AppStatus_< ContainerAllocator > & | v | |||
) | [inline] |
Definition at line 106 of file AppStatus.h.
std::ostream& app_manager::operator<< | ( | std::ostream & | s, | |
const ::app_manager::AppList_< ContainerAllocator > & | v | |||
) | [inline] |
std::ostream& app_manager::operator<< | ( | std::ostream & | s, | |
const ::app_manager::App_< ContainerAllocator > & | v | |||
) | [inline] |