object.cpp File Reference

#include <dbus-c++/debug.h>
#include <dbus-c++/object.h>
#include "internalerror.h"
#include <cstring>
#include <map>
#include <dbus/dbus.h>
#include "message_p.h"
#include "server_p.h"
#include "connection_p.h"
Include dependency graph for object.cpp:

Go to the source code of this file.

Classes

struct  DBus::ObjectAdaptor::Private
struct  ReturnLaterError

Typedefs

typedef std::map< Path,
ObjectAdaptor * > 
ObjectAdaptorTable

Variables

static DBusObjectPathVTable _vtable
static ObjectAdaptorTable _adaptor_table

Typedef Documentation

typedef std::map<Path, ObjectAdaptor *> ObjectAdaptorTable

Definition at line 102 of file object.cpp.


Variable Documentation

DBusObjectPathVTable _vtable [static]