#include <dbus-cxx/enums.h>
Go to the source code of this file.
Classes | |
struct | DBus::PredicateAccumulatorDefaultTrue |
This accumulator starts with a presumption of true and checks to see if any result returned false. More... | |
struct | DBus::InterruptablePredicateAccumulatorDefaultFalse |
This accumulator will interrupt on the first slot that returns true. More... | |
struct | DBus::MessageHandlerAccumulator |
This accumulator will try each slot and stop when the first slot returns HANDLED. More... | |
struct | DBus::FilterAccumulator |
This accumulator will try each slot and stop when the first slot returns FILTER. More... | |
struct | DBus::PredicateAccumulatorDefaultFalse |
This accumulator starts with a presumption of false and checks to see if any result returned true. More... | |
Namespaces | |
namespace | DBus |