Qt 4.8
Public Functions | Public Variables | List of all members
QList< T >::Node Struct Reference

Public Functions

Q_INLINE_TEMPLATE T & t ()
 

Public Variables

void * v
 

Detailed Description

template<typename T>
struct QList< T >::Node

Definition at line 108 of file qlist.h.

Functions

◆ t()

template<typename T>
Q_INLINE_TEMPLATE T& QList< T >::Node::t ( )
inline

Properties

◆ v

template<typename T>
void* QList< T >::Node::v

Definition at line 108 of file qlist.h.


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