Home · Modules · All Classes · All Namespaces
Public Member Functions | List of all members
Tp::NotDelegatedMap Struct Reference

#include <TelepathyQt/Types>

Inherits QMap< QDBusObjectPath, NotDelegatedError >.

Public Member Functions

 NotDelegatedMap ()
 
 NotDelegatedMap (const QMap< QDBusObjectPath, NotDelegatedError > &a)
 
 NotDelegatedMap (std::initializer_list< std::pair< QDBusObjectPath, NotDelegatedError > > a)
 
NotDelegatedMapoperator= (const QMap< QDBusObjectPath, NotDelegatedError > &a)
 

Detailed Description

Mapping type generated from the specification. Convertible with QMap<QDBusObjectPath, NotDelegatedError>, but needed to have a discrete type in the Qt type system.

A mapping associating not delegated channel with an error.

Constructor & Destructor Documentation

◆ NotDelegatedMap() [1/3]

Tp::NotDelegatedMap::NotDelegatedMap ( )
inline

◆ NotDelegatedMap() [2/3]

Tp::NotDelegatedMap::NotDelegatedMap ( const QMap< QDBusObjectPath, NotDelegatedError > &  a)
inline

◆ NotDelegatedMap() [3/3]

Tp::NotDelegatedMap::NotDelegatedMap ( std::initializer_list< std::pair< QDBusObjectPath, NotDelegatedError > >  a)
inline

Member Function Documentation

◆ operator=()

NotDelegatedMap& Tp::NotDelegatedMap::operator= ( const QMap< QDBusObjectPath, NotDelegatedError > &  a)
inline