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

#include <TelepathyQt/Types>

Inherits QMap< uint, uint >.

Public Member Functions

 ComponentStateMap ()
 
 ComponentStateMap (const QMap< uint, uint > &a)
 
 ComponentStateMap (std::initializer_list< std::pair< uint, uint > > a)
 
ComponentStateMapoperator= (const QMap< uint, uint > &a)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ComponentStateMap() [1/3]

Tp::ComponentStateMap::ComponentStateMap ( )
inline

◆ ComponentStateMap() [2/3]

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

◆ ComponentStateMap() [3/3]

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

Member Function Documentation

◆ operator=()

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