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

#include <TelepathyQt/Types>

Inherits QList< uint >.

Public Member Functions

 UIntList ()
 
 UIntList (const QList< uint > &a)
 
 UIntList (std::initializer_list< uint > a)
 
UIntListoperator= (const QList< uint > &a)
 

Detailed Description

Generic list type with uint elements. Convertible with QList<uint>, but needed to have a discrete type in the Qt type system.

Constructor & Destructor Documentation

◆ UIntList() [1/3]

Tp::UIntList::UIntList ( )
inline

◆ UIntList() [2/3]

Tp::UIntList::UIntList ( const QList< uint > &  a)
inline

◆ UIntList() [3/3]

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

Member Function Documentation

◆ operator=()

UIntList& Tp::UIntList::operator= ( const QList< uint > &  a)
inline