![]() |
Qt 6.x
The Qt SDK
|
#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_) | |
| List * | finish () |
Public Member Functions inherited from GLSL::Managed | |
| Managed () | |
| virtual | ~Managed () |
| void * | operator new (size_t size, MemoryPool *pool) |
| void | operator delete (void *) |
| void | operator delete (void *, MemoryPool *) |
Public Attributes | |
| T | value |
| List * | next |
| int | lineno |
Definition at line 70 of file glslast_p.h.
|
inline |
Definition at line 73 of file glslast_p.h.
|
inline |
Definition at line 76 of file glslast_p.h.
References next, and GLSL::List< T >::next.
|
inline |
Definition at line 83 of file glslast_p.h.
References next.
| int GLSL::List< T >::lineno |
Definition at line 92 of file glslast_p.h.
| List* GLSL::List< T >::next |
Definition at line 91 of file glslast_p.h.
Referenced by GLSL::List< T >::List(), GLSL::appendLists(), and GLSL::StructTypeAST::fixInnerTypes().
| T GLSL::List< T >::value |
Definition at line 90 of file glslast_p.h.
Referenced by GLSL::VariableDeclarationAST::declarationType(), and GLSL::StructTypeAST::fixInnerTypes().