![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <glslast_p.h>
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.
|
inline |
Definition at line 83 of file glslast_p.h.
| 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.
| T GLSL::List< T >::value |
Definition at line 90 of file glslast_p.h.