#include <ConstantUnion.h>
◆ TConstUnion()
glslang::TConstUnion::TConstUnion |
( |
| ) |
|
|
inline |
◆ getBConst()
bool glslang::TConstUnion::getBConst |
( |
| ) |
const |
|
inline |
◆ getDConst()
double glslang::TConstUnion::getDConst |
( |
| ) |
const |
|
inline |
◆ getI16Const()
signed short glslang::TConstUnion::getI16Const |
( |
| ) |
const |
|
inline |
◆ getI64Const()
long long glslang::TConstUnion::getI64Const |
( |
| ) |
const |
|
inline |
◆ getI8Const()
signed char glslang::TConstUnion::getI8Const |
( |
| ) |
const |
|
inline |
◆ getIConst()
int glslang::TConstUnion::getIConst |
( |
| ) |
const |
|
inline |
◆ getSConst()
◆ getType()
TBasicType glslang::TConstUnion::getType |
( |
| ) |
const |
|
inline |
◆ getU16Const()
unsigned short glslang::TConstUnion::getU16Const |
( |
| ) |
const |
|
inline |
◆ getU64Const()
unsigned long long glslang::TConstUnion::getU64Const |
( |
| ) |
const |
|
inline |
◆ getU8Const()
unsigned char glslang::TConstUnion::getU8Const |
( |
| ) |
const |
|
inline |
◆ getUConst()
unsigned int glslang::TConstUnion::getUConst |
( |
| ) |
const |
|
inline |
◆ operator &()
◆ operator &&()
◆ operator!=() [1/11]
bool glslang::TConstUnion::operator!= |
( |
const signed char |
i | ) |
const |
|
inline |
◆ operator!=() [2/11]
bool glslang::TConstUnion::operator!= |
( |
const unsigned char |
u | ) |
const |
|
inline |
◆ operator!=() [3/11]
bool glslang::TConstUnion::operator!= |
( |
const signed short |
i | ) |
const |
|
inline |
◆ operator!=() [4/11]
bool glslang::TConstUnion::operator!= |
( |
const unsigned short |
u | ) |
const |
|
inline |
◆ operator!=() [5/11]
bool glslang::TConstUnion::operator!= |
( |
const int |
i | ) |
const |
|
inline |
◆ operator!=() [6/11]
bool glslang::TConstUnion::operator!= |
( |
const unsigned int |
u | ) |
const |
|
inline |
◆ operator!=() [7/11]
bool glslang::TConstUnion::operator!= |
( |
const long long |
i | ) |
const |
|
inline |
◆ operator!=() [8/11]
bool glslang::TConstUnion::operator!= |
( |
const unsigned long long |
u | ) |
const |
|
inline |
◆ operator!=() [9/11]
bool glslang::TConstUnion::operator!= |
( |
const float |
f | ) |
const |
|
inline |
◆ operator!=() [10/11]
◆ operator!=() [11/11]
◆ operator%()
◆ operator*()
◆ operator+()
◆ operator-()
◆ operator<()
◆ operator<<()
◆ operator==() [1/11]
bool glslang::TConstUnion::operator== |
( |
const signed char |
i | ) |
const |
|
inline |
◆ operator==() [2/11]
bool glslang::TConstUnion::operator== |
( |
const unsigned char |
u | ) |
const |
|
inline |
◆ operator==() [3/11]
bool glslang::TConstUnion::operator== |
( |
const signed short |
i | ) |
const |
|
inline |
◆ operator==() [4/11]
bool glslang::TConstUnion::operator== |
( |
const unsigned short |
u | ) |
const |
|
inline |
◆ operator==() [5/11]
bool glslang::TConstUnion::operator== |
( |
const int |
i | ) |
const |
|
inline |
◆ operator==() [6/11]
bool glslang::TConstUnion::operator== |
( |
const unsigned int |
u | ) |
const |
|
inline |
◆ operator==() [7/11]
bool glslang::TConstUnion::operator== |
( |
const long long |
i64 | ) |
const |
|
inline |
◆ operator==() [8/11]
bool glslang::TConstUnion::operator== |
( |
const unsigned long long |
u64 | ) |
const |
|
inline |
◆ operator==() [9/11]
bool glslang::TConstUnion::operator== |
( |
const double |
d | ) |
const |
|
inline |
◆ operator==() [10/11]
◆ operator==() [11/11]
◆ operator>()
◆ operator>>()
◆ operator^()
◆ operator|()
◆ operator||()
◆ operator~()
◆ setBConst()
void glslang::TConstUnion::setBConst |
( |
bool |
b | ) |
|
|
inline |
◆ setDConst()
void glslang::TConstUnion::setDConst |
( |
double |
d | ) |
|
|
inline |
◆ setI16Const()
void glslang::TConstUnion::setI16Const |
( |
signed short |
i | ) |
|
|
inline |
◆ setI64Const()
void glslang::TConstUnion::setI64Const |
( |
long long |
i64 | ) |
|
|
inline |
◆ setI8Const()
void glslang::TConstUnion::setI8Const |
( |
signed char |
i | ) |
|
|
inline |
◆ setIConst()
void glslang::TConstUnion::setIConst |
( |
int |
i | ) |
|
|
inline |
◆ setSConst()
◆ setU16Const()
void glslang::TConstUnion::setU16Const |
( |
unsigned short |
u | ) |
|
|
inline |
◆ setU64Const()
void glslang::TConstUnion::setU64Const |
( |
unsigned long long |
u64 | ) |
|
|
inline |
◆ setU8Const()
void glslang::TConstUnion::setU8Const |
( |
unsigned char |
u | ) |
|
|
inline |
◆ setUConst()
void glslang::TConstUnion::setUConst |
( |
unsigned int |
u | ) |
|
|
inline |
◆ @72
◆ bConst
bool glslang::TConstUnion::bConst |
◆ dConst
double glslang::TConstUnion::dConst |
◆ i16Const
signed short glslang::TConstUnion::i16Const |
◆ i64Const
long long glslang::TConstUnion::i64Const |
◆ i8Const
signed char glslang::TConstUnion::i8Const |
◆ iConst
int glslang::TConstUnion::iConst |
◆ sConst
◆ type
◆ u16Const
unsigned short glslang::TConstUnion::u16Const |
◆ u64Const
unsigned long long glslang::TConstUnion::u64Const |
◆ u8Const
unsigned char glslang::TConstUnion::u8Const |
◆ uConst
unsigned int glslang::TConstUnion::uConst |
The documentation for this class was generated from the following file: