Dobby
3.0
Dobby “Docker based Thingy” is a tool for managing and running OCI containers using crun
|
Method identified by a service, object, interface and method name itself. More...
#include <IpcCommon.h>
Public Member Functions | |
Method (const std::string &service_, const std::string &object_, const std::string &interface_, const std::string &name_) | |
Public Member Functions inherited from AI_IPC::RemoteEntry | |
bool | isValid () const |
operator bool () const | |
Additional Inherited Members | |
Public Types inherited from AI_IPC::RemoteEntry | |
enum | Type { METHOD , SIGNAL } |
Public Attributes inherited from AI_IPC::RemoteEntry | |
Type | type |
std::string | service |
std::string | object |
std::string | interface |
std::string | name |
Protected Member Functions inherited from AI_IPC::RemoteEntry | |
RemoteEntry (Type type_) | |
RemoteEntry (Type type_, const std::string &service_, const std::string &object_, const std::string &interface_, const std::string &name_) | |
Method identified by a service, object, interface and method name itself.