swift
Functions
dbus.h File Reference

Go to the source code of this file.

Functions

QDBusArgument & operator<< (QDBusArgument &arg, const std::string &s)
 Non member non-friend streaming for std::string.
 
const QDBusArgument & operator>> (const QDBusArgument &arg, std::string &s)
 Operator for std::string from QDBusArgument.
 
template<class E , std::enable_if_t< std::is_enum_v< E >, int > = 0>
QDBusArgument & operator<< (QDBusArgument &arg, const E &value)
 Operator for streaming enums to QDBusArgument.
 
template<class E , std::enable_if_t< std::is_enum_v< E >, int > = 0>
const QDBusArgument & operator>> (const QDBusArgument &arg, E &value)
 Operator for streaming enums from QDBusArgument.
 
template<class T >
QDBusArgument & operator<< (QDBusArgument &arg, const QFlags< T > &value)
 Operator for streaming QFlags to QDBusArgument.
 
template<class T >
const QDBusArgument & operator>> (const QDBusArgument &arg, QFlags< T > &value)
 Operator for streaming QFlags from QDBusArgument.