Qt 6.x
The Qt SDK
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.

References next, and GLSL::List< T >::next.

Member Function Documentation

◆ finish()

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

Definition at line 83 of file glslast_p.h.

References next.

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

◆ value

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

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