Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
GLSL::UndefinedType Class Reference

#include <glsltypes_p.h>

+ Inheritance diagram for GLSL::UndefinedType:
+ Collaboration diagram for GLSL::UndefinedType:

Public Member Functions

QString toString () const override
 
const UndefinedTypeasUndefinedType () const override
 
bool isEqualTo (const Type *other) const override
 
bool isLessThan (const Type *other) const override
 
- Public Member Functions inherited from GLSL::Type
virtual ~Type ()
 
virtual const VoidTypeasVoidType () const
 
virtual const BoolTypeasBoolType () const
 
virtual const IntTypeasIntType () const
 
virtual const UIntTypeasUIntType () const
 
virtual const FloatTypeasFloatType () const
 
virtual const DoubleTypeasDoubleType () const
 
virtual const ScalarTypeasScalarType () const
 
virtual const IndexTypeasIndexType () const
 
virtual const VectorTypeasVectorType () const
 
virtual const MatrixTypeasMatrixType () const
 
virtual const ArrayTypeasArrayType () const
 
virtual const SamplerTypeasSamplerType () const
 
virtual const OverloadSetasOverloadSetType () const
 
virtual const StructasStructType () const
 
virtual const FunctionasFunctionType () const
 

Detailed Description

Definition at line 35 of file glsltypes_p.h.

Member Function Documentation

◆ asUndefinedType()

const UndefinedType * GLSL::UndefinedType::asUndefinedType ( ) const
inlineoverridevirtual

Reimplemented from GLSL::Type.

Definition at line 39 of file glsltypes_p.h.

◆ isEqualTo()

bool UndefinedType::isEqualTo ( const Type * other) const
overridevirtual

Implements GLSL::Type.

Definition at line 13 of file glsltypes.cpp.

References other().

+ Here is the call graph for this function:

◆ isLessThan()

bool UndefinedType::isLessThan ( const Type * other) const
overridevirtual

Implements GLSL::Type.

Definition at line 20 of file glsltypes.cpp.

References other(), Q_ASSERT, and Q_UNUSED.

+ Here is the call graph for this function:

◆ toString()

QString GLSL::UndefinedType::toString ( ) const
inlineoverridevirtual

Implements GLSL::Type.

Definition at line 38 of file glsltypes_p.h.


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