| ►Cstd::basic_string< Char > | STL class |
| ►Cstd::string | STL class |
| CDBus::Path | Represents a DBus Path |
| CDBus::priv::dbus_function_traits< T > | |
| CDBus::priv::dbus_function_traits< std::function< DBus::MultipleReturn< T_ret... >(Args...)> > | |
| CDBus::priv::dbus_function_traits< std::function< T_ret(Args...)> > | |
| CDBus::priv::dbus_function_traits< std::function< void(Args...)> > | |
| CDBus::priv::dbus_signature< argn > | |
| ►CDBus::priv::dbus_signature< argn... > | |
| CDBus::priv::dbus_signature< arg1, argn... > | |
| CDBus::priv::dbus_signature<> | |
| CDBus::Demarshaling | Routines for demarshaling data |
| ►CDBus::Dispatcher | A Dispatcher handles all of the reading/writing that a Connection needs in order to work correctly |
| CDBus::GLib::GLibDispatcher | Does all dispatching in the main GLib context |
| CDBus::Qt::QtDispatcher | |
| CDBus::StandaloneDispatcher | The StandaloneDispatcher creates a new thread that handles all of the reading and writing to the bus |
| CDBus::Uv::UvDispatcher | |
| ►Cstd::enable_shared_from_this | |
| CDBus::Connection | Connection point to the DBus |
| ►Cstd::exception | STL class |
| ►CDBus::Error | Base class of a hierarchy of error objects thrown when exceptional conditions occur |
| CDBus::ErrorAccessDenied | |
| CDBus::ErrorAddressInUse | |
| CDBus::ErrorAuthFailed | |
| CDBus::ErrorBadAddress | |
| CDBus::ErrorBadVariantCast | |
| CDBus::ErrorDeadlock | |
| CDBus::ErrorDisconnected | |
| CDBus::ErrorDispatcherInitFailed | |
| CDBus::ErrorFailed | |
| CDBus::ErrorFileExists | |
| CDBus::ErrorFileNotFound | |
| CDBus::ErrorIOError | |
| CDBus::ErrorIncorrectDispatchThread | |
| CDBus::ErrorInteractiveAuthorizationRequired | This error is caused attempting to call a D-Bus method which expects ALLOW_INTERACTIVE_AUTHORIZATION to be set when it isn't |
| CDBus::ErrorInvalidAdaptee | |
| CDBus::ErrorInvalidArgs | |
| CDBus::ErrorInvalidCObject | |
| CDBus::ErrorInvalidConnection | |
| CDBus::ErrorInvalidFileContent | |
| CDBus::ErrorInvalidMessage | An invalid message was tried to be parsed |
| CDBus::ErrorInvalidMessageType | |
| CDBus::ErrorInvalidReturn | This error may be thrown if there is an invalid return value from a DBus function that should never have an invalid return value |
| CDBus::ErrorInvalidSharedPtr | |
| CDBus::ErrorInvalidSignature | |
| CDBus::ErrorInvalidTypecast | |
| CDBus::ErrorLimitsExceeded | |
| CDBus::ErrorMatchRuleInvalid | |
| CDBus::ErrorMatchRuleNotFound | |
| CDBus::ErrorMessageNestedTooDeep | |
| CDBus::ErrorNameHasNoOwner | |
| CDBus::ErrorNoConnection | |
| CDBus::ErrorNoMemory | |
| CDBus::ErrorNoNetwork | |
| CDBus::ErrorNoReply | |
| CDBus::ErrorNoServer | |
| CDBus::ErrorNotInitialized | |
| CDBus::ErrorNotOwner | |
| CDBus::ErrorNotSupported | |
| CDBus::ErrorPollFailed | |
| CDBus::ErrorPropertyReadOnly | |
| CDBus::ErrorRemoteException | |
| CDBus::ErrorSELinuxSecurityContextUnknown | |
| CDBus::ErrorServiceUnknown | |
| CDBus::ErrorSpawnChildExited | |
| CDBus::ErrorSpawnChildSignaled | |
| CDBus::ErrorSpawnExecFailed | |
| CDBus::ErrorSpawnFailed | |
| CDBus::ErrorSpawnForkFailed | |
| CDBus::ErrorTimedOut | |
| CDBus::ErrorTimeout | |
| CDBus::ErrorUnableToParse | We were unable to parse(something is unimplemented?) |
| CDBus::ErrorUnexpectedResponse | This error may be thrown if we receive an unexpected response |
| CDBus::ErrorUnixProcessIdUnknown | |
| CDBus::ErrorUnknown | |
| CDBus::ErrorUnknownInterface | |
| CDBus::ErrorUnknownMethod | |
| CDBus::ErrorUnknownObject | |
| CDBus::ErrorUnknownProperty | |
| CDBus::FileDescriptor | A FileDescriptor holds a UNIX file descriptor that can be passed between processes |
| CDBus::Interface | An Interface represents a local copy of a DBus interface |
| ►CDBus::InterfaceProxy | An InterfaceProxy represents a remote Interface in another application on the DBus |
| CDBus::IntrospectableInterfaceProxy | |
| CDBus::ObjectManagerProxy | |
| CDBus::PeerInterfaceProxy | |
| CDBus::PropertiesInterfaceProxy | |
| CDBus::Marshaling | Implements the marshaling algorithms on a given vector of data |
| ►CDBus::MatchRule | Immutable class that represents a match rule for DBus |
| CDBus::ErrorMatchRule | |
| CDBus::MethodCallMatchRule | |
| CDBus::MethodReturnMatchRule | |
| CDBus::SignalMatchRule | A special MatchRule for signals |
| CDBus::MatchRuleBuilder | A builder to create match rules |
| ►CDBus::Message | This class represents a basic DBus message and also serves as a base class for the specialized message types (call, return, signal, error) |
| CDBus::CallMessage | Represents a DBus call message |
| CDBus::ErrorMessage | Represents a DBus Error message |
| CDBus::ReturnMessage | Represents a DBus call return message |
| CDBus::SignalMessage | Represents a DBus signal message |
| CDBus::MessageAppendIterator | Insertion iterator allow values to be appended to a message |
| CDBus::MessageIterator | Extraction iterator allowing values to be retrieved from a message |
| CDBus::priv::method_signature< argn > | |
| ►CDBus::priv::method_signature< argn... > | |
| CDBus::priv::method_signature< arg1, argn... > | |
| CDBus::priv::method_signature<> | |
| ►CDBus::MethodBase | Base class for all methods(proxy and local) |
| CDBus::Method< T_type > | |
| CDBus::MethodProxy< signature > | |
| CDBus::MethodProxy< bool(std::string)> | |
| CDBus::MethodProxy< DBus::Variant(std::string, std::string)> | |
| CDBus::MethodProxy< ObjectManagerObjects()> | |
| CDBus::MethodProxy< std::map< std::string, DBus::Variant >()> | |
| CDBus::MethodProxy< std::map< std::string, DBus::Variant >(std::string)> | |
| CDBus::MethodProxy< std::map< std::string, std::vector< std::string > >()> | |
| CDBus::MethodProxy< std::string()> | |
| CDBus::MethodProxy< std::string(std::string)> | |
| CDBus::MethodProxy< std::vector< std::string >()> | |
| CDBus::MethodProxy< std::vector< std::string >(std::string)> | |
| CDBus::MethodProxy< std::vector< uint8_t >(std::string)> | |
| CDBus::MethodProxy< uint32_t(std::string)> | |
| CDBus::MethodProxy< uint32_t(std::string, uint32_t)> | |
| CDBus::MethodProxy< void()> | |
| CDBus::MethodProxy< void(std::map< std::string, std::string >)> | |
| CDBus::MethodProxy< void(std::string)> | |
| CDBus::MethodProxy< void(std::string, std::string, DBus::Variant)> | |
| CDBus::MethodProxy< void(std::vector< std::string >, uint32_t)> | |
| ►CDBus::MethodProxyBase | Base class for all proxy(remote) methods |
| CDBus::MethodProxy< T_return(T_arg...)> | MethodProxy specialization for non-void return type |
| CDBus::MethodProxy< void(T_arg...)> | MethodProxy specialization for void return type |
| CDBus::MultipleReturn< Ts > | |
| CDBus::priv::multireturn_signature< argn > | |
| ►CDBus::priv::multireturn_signature< argn... > | |
| CDBus::priv::multireturn_signature< arg1, argn... > | |
| CDBus::priv::multireturn_signature<> | |
| ►CDBus::Object | An Object represents a local object that is able to be called over the DBus |
| CCalleeClass | |
| CCalleeClass | |
| CCalleeClass | |
| ►CDBus::ObjectProxy | Object proxies are local proxies that provide local methods and signals for remote objects with dbus interfaces |
| CDBus::DBusDaemonProxy | |
| ►CDBus::PropertyBase | Base type of Property to allow for storage in e.g |
| CDBus::Property< T_type > | Represents a local DBus property |
| ►CDBus::PropertyProxyBase | Base type of PropertyProxy to allow for storage in e.g |
| CDBus::PropertyProxy< T_type > | Represents a remote DBus property |
| ►CQObject | |
| CDBus::Qt::QtDispatcher | |
| CDBus::Qt::QtThreadDispatcher | |
| CDBus::priv::SASL | Implements the authentication routines for connection to the bus |
| CDBus::Signal< T_sig > | |
| ►Csigc::signal< T_return, T_arg > | |
| CDBus::Signal< void(T_type...)> | Subclass of sigc::signal |
| CDBus::SignalProxy< void(T_arg...)> | Subclass of the sigc::signal templates |
| CDBus::Signal< T_ret(T_args...)> | |
| ►CDBus::SignalBase | Base class of all signals(proxy and adapter) |
| CDBus::Signal< void(T_type...)> | Subclass of sigc::signal |
| ►CDBus::SignalProxyBase | Base class for a signal proxy that allows you to listen for signals |
| CDBus::SignalProxy< void(T_arg...)> | Subclass of the sigc::signal templates |
| CDBus::SignalProxy< type > | |
| CDBus::SignalProxy< void(DBus::Path, std::map< std::string, std::map< std::string, DBus::Variant > >)> | |
| CDBus::SignalProxy< void(DBus::Path, std::vector< std::string >)> | |
| CDBus::SignalProxy< void(std::string)> | |
| CDBus::SignalProxy< void(std::string, std::map< std::string, DBus::Variant >, std::vector< std::string >)> | |
| CDBus::SignalProxy< void(std::string, std::string, std::string)> | |
| CDBus::Signature | Represents a DBus signature |
| CDBus::SignatureIterator | A SignatureIterator allows you to iterate over a given DBus signature, and to extract useful information out of the signature |
| CDBus::priv::SignatureNode | Represents a single entry in our graph of the signature |
| CSL_LogLocation | Where the log message was generated from |
| ►CDBus::ThreadDispatcher | A ThreadDispatcher is responsible for executing method calls and signals on objects in the given thread |
| CDBus::Qt::QtThreadDispatcher | |
| ►CDBus::priv::Transport | |
| CDBus::priv::SendmsgTransport | The Sendmsg handles reading and writing over a Unix FD that supports sendmsg() |
| CDBus::priv::SimpleTransport | The SimpleTransport handles reading and writing over a Unix FD |
| CDBus::TypeInfo | Contains useful data about the type in order for code generation to happen in an easy manner |
| CDBus::Validator | Contains various static routines for validating and/or sanitizing data |
| CDBus::Variant | A Variant is a type-safe union for DBus operations |
| CDBus::priv::VariantAppendIterator | Used to append a single, complete value to a Variant |
| CDBus::priv::VariantIterator | |