Qt 4.8
Public Functions | Public Variables | List of all members
QDeclarativeEnginePrivate::SimpleList< T > Struct Template Reference

#include <qdeclarativeengine_p.h>

Public Functions

void append (T *v)
 
T * at (int idx) const
 
void clear ()
 
 SimpleList ()
 
 SimpleList (int r)
 

Public Variables

int count
 
T ** values
 

Detailed Description

template<class T>
struct QDeclarativeEnginePrivate::SimpleList< T >

Definition at line 192 of file qdeclarativeengine_p.h.

Constructors and Destructors

◆ SimpleList() [1/2]

template<class T>
QDeclarativeEnginePrivate::SimpleList< T >::SimpleList ( )
inline

◆ SimpleList() [2/2]

template<class T>
QDeclarativeEnginePrivate::SimpleList< T >::SimpleList ( int  r)
inline

Functions

◆ append()

template<class T>
void QDeclarativeEnginePrivate::SimpleList< T >::append ( T *  v)
inline

◆ at()

template<class T>
T* QDeclarativeEnginePrivate::SimpleList< T >::at ( int  idx) const
inline

◆ clear()

template<class T>
void QDeclarativeEnginePrivate::SimpleList< T >::clear ( )
inline

Definition at line 209 of file qdeclarativeengine_p.h.

Referenced by QDeclarativeEnginePrivate::clear().

209  {
210  delete [] values;
211  }

Properties

◆ count

template<class T>
int QDeclarativeEnginePrivate::SimpleList< T >::count

◆ values

template<class T>
T** QDeclarativeEnginePrivate::SimpleList< T >::values

Definition at line 199 of file qdeclarativeengine_p.h.


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