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
ObjectAdaptorTable _adaptor_table [static] |
Definition at line 103 of file object.cpp.
Referenced by DBus::ObjectAdaptor::child_nodes_from_prefix(), DBus::ObjectAdaptor::from_path(), DBus::ObjectAdaptor::from_path_prefix(), DBus::ObjectAdaptor::register_obj(), and DBus::ObjectAdaptor::unregister_obj().
DBusObjectPathVTable _vtable [static] |
Initial value:
{
ObjectAdaptor::Private::unregister_function_stub,
ObjectAdaptor::Private::message_function_stub,
NULL, NULL, NULL, NULL
}
Definition at line 65 of file object.cpp.
Referenced by DBus::ObjectAdaptor::register_obj().