Module TypedefType
Provides classes for modeling typedefs and type aliases.
Import path
import semmle.code.cpp.TypedefTypeImports
| Type | Provides a hierarchy of classes for modeling C/C++ types. |
Classes
| CTypedefType | A traditional C/C++ typedef type. See 4.9.1. For example the type declared in the following code: |
| LocalTypedefType | A C++ |
| NestedTypedefType | A C++ |
| TypedefType | A C/C++ typedef type. See 4.9.1. For example the types declared on each line of the following code: |
| UsingAliasTypedefType | A using alias C++ typedef type. For example the type declared in the following code: |