QtBase  v6.3.1
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
SimpleValue< T > Struct Template Reference
Collaboration diagram for SimpleValue< T >:
Collaboration graph
[legend]

Public Member Functions

const int Values []
 
const Movable Values []
 
const Custom Values []
 

Static Public Member Functions

static T at (int index)
 
static QList< Tvector (int size)
 

Static Public Attributes

static const uint MaxIndex = 6
 
static const T Values [MaxIndex]
 

Detailed Description

template<typename T>
struct SimpleValue< T >

Definition at line 501 of file tst_qlist.cpp.

Member Function Documentation

◆ at()

template<typename T >
static T SimpleValue< T >::at ( int  index)
inlinestatic

Definition at line 503 of file tst_qlist.cpp.

Here is the caller graph for this function:

◆ Values() [1/3]

const int SimpleValue< int >::Values

Definition at line 521 of file tst_qlist.cpp.

◆ Values() [2/3]

Definition at line 523 of file tst_qlist.cpp.

◆ Values() [3/3]

Definition at line 525 of file tst_qlist.cpp.

◆ vector()

template<typename T >
static QList<T> SimpleValue< T >::vector ( int  size)
inlinestatic

Definition at line 508 of file tst_qlist.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ MaxIndex

template<typename T >
const uint SimpleValue< T >::MaxIndex = 6
static

Definition at line 516 of file tst_qlist.cpp.

◆ Values

template<typename T >
const T SimpleValue< T >::Values[MaxIndex]
static

Definition at line 517 of file tst_qlist.cpp.


The documentation for this struct was generated from the following file: