DBus::Interface Class Reference
#include <interface.h>
Inheritance diagram for DBus::Interface:
Public Member Functions | |
Interface (const std::string &name) | |
virtual | ~Interface () |
const std::string & | name () const |
Private Attributes | |
std::string | _name |
Detailed Description
Definition at line 105 of file interface.h.
Constructor & Destructor Documentation
Interface::Interface | ( | const std::string & | name | ) |
Definition at line 35 of file interface.cpp.
Interface::~Interface | ( | ) | [virtual] |
Definition at line 39 of file interface.cpp.
Member Function Documentation
const std::string & DBus::Interface::name | ( | ) | const [inline] |
Definition at line 123 of file interface.h.
References _name.
Referenced by DBus::InterfaceAdaptor::dispatch_method(), DBus::InterfaceProxy::dispatch_signal(), DBus::InterfaceAdaptor::emit_signal(), DBus::InterfaceProxy::invoke_method(), and DBus::InterfaceProxy::invoke_method_noreply().
Member Data Documentation
std::string DBus::Interface::_name [private] |
Definition at line 117 of file interface.h.
Referenced by name().
The documentation for this class was generated from the following files: