Dobby  3.0
Dobby “Docker based Thingy” is a tool for managing and running OCI containers using crun
Public Member Functions | List of all members
AI_IPC::Method Struct Reference

Method identified by a service, object, interface and method name itself. More...

#include <IpcCommon.h>

Inheritance diagram for AI_IPC::Method:
Inheritance graph
[legend]
Collaboration diagram for AI_IPC::Method:
Collaboration graph
[legend]

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_)
 

Detailed Description

Method identified by a service, object, interface and method name itself.


The documentation for this struct was generated from the following file: