Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
GLSL::List< T > Class Template Reference

#include <glslast_p.h>

Inheritance diagram for GLSL::List< T >:
Collaboration diagram for GLSL::List< T >:

Public Member Functions

 List (const T &value_)
 List (List *previous, const T &value_)
Listfinish ()
Public Member Functions inherited from GLSL::Managed
 Managed ()
virtual ~Managed ()
voidoperator new (size_t size, MemoryPool *pool)
void operator delete (void *)
void operator delete (void *, MemoryPool *)

Public Attributes

value
Listnext
int lineno

Detailed Description

template<typename T>
class GLSL::List< T >

Definition at line 70 of file glslast_p.h.

Constructor & Destructor Documentation

◆ List() [1/2]

template<typename T>
GLSL::List< T >::List ( const T & value_)
inline

Definition at line 73 of file glslast_p.h.

◆ List() [2/2]

template<typename T>
GLSL::List< T >::List ( List< T > * previous,
const T & value_ )
inline

Definition at line 76 of file glslast_p.h.

Member Function Documentation

◆ finish()

template<typename T>
List * GLSL::List< T >::finish ( )
inline

Definition at line 83 of file glslast_p.h.

Member Data Documentation

◆ lineno

template<typename T>
int GLSL::List< T >::lineno

Definition at line 92 of file glslast_p.h.

◆ next

template<typename T>
List* GLSL::List< T >::next

Definition at line 91 of file glslast_p.h.

◆ value

template<typename T>
T GLSL::List< T >::value

Definition at line 90 of file glslast_p.h.


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