Namespace List
Here is a list of all namespaces with brief descriptions:
[detail level 123]
 NDBusGlobal DBus namespace, where everything happens
 NprivPrivate namespace for internal dbux-cxx implementation
 CSASLImplements the authentication routines for connection to the bus
 CSendmsgTransportThe Sendmsg handles reading and writing over a Unix FD that supports sendmsg()
 CSignatureNodeRepresents a single entry in our graph of the signature
 Cdbus_signature
 Cdbus_signature<>
 Cdbus_signature< arg1, argn... >
 CSimpleTransportThe SimpleTransport handles reading and writing over a Unix FD
 CTransport
 Cmethod_signature
 Cmethod_signature<>
 Cmethod_signature< arg1, argn... >
 Cmultireturn_signature
 Cmultireturn_signature<>
 Cmultireturn_signature< arg1, argn... >
 Cdbus_function_traits
 Cdbus_function_traits< std::function< void(Args...)> >
 Cdbus_function_traits< std::function< T_ret(Args...)> >
 Cdbus_function_traits< std::function< DBus::MultipleReturn< T_ret... >(Args...)> >
 CVariantAppendIteratorUsed to append a single, complete value to a Variant
 CVariantIterator
 CCallMessageRepresents a DBus call message
 CConnectionConnection point to the DBus
 CDBusDaemonProxy
 CDemarshalingRoutines for demarshaling data
 CDispatcherA Dispatcher handles all of the reading/writing that a Connection needs in order to work correctly
 CErrorBase class of a hierarchy of error objects thrown when exceptional conditions occur
 CErrorIncorrectDispatchThread
 CErrorRemoteException
 CErrorUnknown
 CErrorBadVariantCast
 CErrorUnableToParseWe were unable to parse(something is unimplemented?)
 CErrorInvalidMessageAn invalid message was tried to be parsed
 CErrorMessageNestedTooDeep
 CErrorMessageRepresents a DBus Error message
 CFileDescriptorA FileDescriptor holds a UNIX file descriptor that can be passed between processes
 CInterfaceAn Interface represents a local copy of a DBus interface
 CMethodProxy
 CInterfaceProxyAn InterfaceProxy represents a remote Interface in another application on the DBus
 CMarshalingImplements the marshaling algorithms on a given vector of data
 CMatchRuleImmutable class that represents a match rule for DBus
 CSignalMatchRuleA special MatchRule for signals
 CMethodCallMatchRule
 CMethodReturnMatchRule
 CErrorMatchRule
 CMatchRuleBuilderA builder to create match rules
 CMessageThis class represents a basic DBus message and also serves as a base class for the specialized message types (call, return, signal, error)
 CMessageAppendIteratorInsertion iterator allow values to be appended to a message
 CMultipleReturn
 CMessageIteratorExtraction iterator allowing values to be retrieved from a message
 CMethodBaseBase class for all methods(proxy and local)
 CMethod
 CMethodProxyBaseBase class for all proxy(remote) methods
 CMethodProxy< void(T_arg...)>MethodProxy specialization for void return type
 CMethodProxy< T_return(T_arg...)>MethodProxy specialization for non-void return type
 CObjectAn Object represents a local object that is able to be called over the DBus
 CObjectProxyObject proxies are local proxies that provide local methods and signals for remote objects with dbus interfaces
 CPathRepresents a DBus Path
 CPropertyBaseBase type of Property to allow for storage in e.g
 CPropertyRepresents a local DBus property
 CPropertyProxyBaseBase type of PropertyProxy to allow for storage in e.g
 CPropertyProxyRepresents a remote DBus property
 CReturnMessageRepresents a DBus call return message
 CSignal
 CSignal< T_ret(T_args...)>
 CSignal< void(T_type...)>Subclass of sigc::signal
 CSignalBaseBase class of all signals(proxy and adapter)
 CSignalMessageRepresents a DBus signal message
 CSignalProxy
 CSignalProxyBaseBase class for a signal proxy that allows you to listen for signals
 CSignalProxy< void(T_arg...)>Subclass of the sigc::signal templates
 CSignatureRepresents a DBus signature
 CSignatureIteratorA SignatureIterator allows you to iterate over a given DBus signature, and to extract useful information out of the signature
 CStandaloneDispatcherThe StandaloneDispatcher creates a new thread that handles all of the reading and writing to the bus
 CIntrospectableInterfaceProxy
 CPeerInterfaceProxy
 CPropertiesInterfaceProxy
 CThreadDispatcherA ThreadDispatcher is responsible for executing method calls and signals on objects in the given thread
 CTypeInfoContains useful data about the type in order for code generation to happen in an easy manner
 CValidatorContains various static routines for validating and/or sanitizing data
 CVariantA Variant is a type-safe union for DBus operations
 Nsigc