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

#include <TelepathyQt/Types>

Inherits QMap< uint, UIntList >.

Public Member Functions

 SupportedSocketMap ()
 
 SupportedSocketMap (const QMap< uint, UIntList > &a)
 
 SupportedSocketMap (std::initializer_list< std::pair< uint, UIntList > > a)
 
SupportedSocketMapoperator= (const QMap< uint, UIntList > &a)
 

Detailed Description

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

The supported socket address and access-control types for tubes. See GetAvailableStreamTubeTypes.

Constructor & Destructor Documentation

◆ SupportedSocketMap() [1/3]

Tp::SupportedSocketMap::SupportedSocketMap ( )
inline

◆ SupportedSocketMap() [2/3]

Tp::SupportedSocketMap::SupportedSocketMap ( const QMap< uint, UIntList > &  a)
inline

◆ SupportedSocketMap() [3/3]

Tp::SupportedSocketMap::SupportedSocketMap ( std::initializer_list< std::pair< uint, UIntList > >  a)
inline

Member Function Documentation

◆ operator=()

SupportedSocketMap& Tp::SupportedSocketMap::operator= ( const QMap< uint, UIntList > &  a)
inline