DBus::Interface Class Reference

#include <interface.h>

Inheritance diagram for DBus::Interface:
Inheritance graph

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::Interface ( const std::string &  name)

Definition at line 35 of file interface.cpp.

◆ ~Interface()

Interface::~Interface ( )
virtual

Definition at line 39 of file interface.cpp.

Member Function Documentation

◆ name()

Member Data Documentation

◆ _name

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: