Class CppWrappedType
A CppType that wraps an existing Type (either as a prvalue or a glvalue).
Import path
import semmle.code.cpp.ir.internal.CppTypeDirect supertypes
Indirect supertypes
Known direct subtypes
Fields
Inherited predicates
| getByteSize | Gets the size of the type in bytes, if known. | from CppType |
| getDumpString | Gets a string used in IR dumps | from CppType |
| getIRType | Gets the | from CppType |
| hasType | Holds if the | from CppType |
| hasUnderlyingType | Holds if this type represents the C++ type | from CppType |
| hasUnspecifiedType | Holds if this type represents the C++ unspecified type | from CppType |
| toString | Gets a textual representation of this type. | from CppType |