#include <server.h>

Classes

struct  Private

Public Member Functions

 Server (const char *address)
Dispatchersetup (Dispatcher *)
virtual ~Server ()
bool listening () const
bool operator== (const Server &) const
void disconnect ()

Protected Member Functions

 Server (const Server &s)
virtual void on_new_connection (Connection &c)=0

Private Attributes

RefPtrI< Private_pvt

Detailed Description

Definition at line 43 of file server.h.

Constructor & Destructor Documentation

◆ Server() [1/2]

Server::Server ( const char * address)

◆ ~Server()

Server::~Server ( )
virtual

Definition at line 82 of file server.cpp.

References _pvt.

◆ Server() [2/2]

DBus::Server::Server ( const Server & s)
inlineprotected

Definition at line 63 of file server.h.

References Server().

Member Function Documentation

◆ disconnect()

void Server::disconnect ( )

Definition at line 125 of file server.cpp.

References _pvt.

◆ listening()

bool Server::listening ( ) const

Definition at line 121 of file server.cpp.

References _pvt.

◆ on_new_connection()

virtual void DBus::Server::on_new_connection ( Connection & c)
protectedpure virtual

◆ operator==()

bool Server::operator== ( const Server & s) const

Definition at line 116 of file server.cpp.

References _pvt, and Server().

◆ setup()

Member Data Documentation

◆ _pvt

RefPtrI<Private> DBus::Server::_pvt
private

The documentation for this class was generated from the following files: