DBus::ObjectAdaptor::Continuation Class Reference

#include <object.h>

Public Member Functions

MessageIterwriter ()
 
Tagtag ()
 

Private Member Functions

 Continuation (Connection &conn, const CallMessage &call, const Tag *tag)
 

Private Attributes

Connection _conn
 
CallMessage _call
 
MessageIter _writer
 
ReturnMessage _return
 
const Tag_tag
 

Friends

class ObjectAdaptor
 

Detailed Description

Definition at line 136 of file object.h.

Constructor & Destructor Documentation

◆ Continuation()

ObjectAdaptor::Continuation::Continuation ( Connection conn,
const CallMessage call,
const Tag tag 
)
private

Definition at line 281 of file object.cpp.

References _return, _writer, and DBus::Message::writer().

Member Function Documentation

◆ tag()

Tag * DBus::ObjectAdaptor::Continuation::tag ( )
inline

Definition at line 185 of file object.h.

References _tag.

◆ writer()

MessageIter & DBus::ObjectAdaptor::Continuation::writer ( )
inline

Definition at line 190 of file object.h.

Friends And Related Function Documentation

◆ ObjectAdaptor

friend class ObjectAdaptor
friend

Definition at line 154 of file object.h.

Member Data Documentation

◆ _call

CallMessage DBus::ObjectAdaptor::Continuation::_call
private

Definition at line 149 of file object.h.

Referenced by DBus::ObjectAdaptor::return_error().

◆ _conn

Connection DBus::ObjectAdaptor::Continuation::_conn
private

Definition at line 148 of file object.h.

Referenced by DBus::ObjectAdaptor::return_error(), and DBus::ObjectAdaptor::return_now().

◆ _return

ReturnMessage DBus::ObjectAdaptor::Continuation::_return
private

Definition at line 151 of file object.h.

Referenced by Continuation(), and DBus::ObjectAdaptor::return_now().

◆ _tag

const Tag* DBus::ObjectAdaptor::Continuation::_tag
private

◆ _writer

MessageIter DBus::ObjectAdaptor::Continuation::_writer
private

Definition at line 150 of file object.h.

Referenced by Continuation().


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