Module Struct
Provides classes for modeling struct
s.
Import path
import semmle.code.cpp.Struct
Imports
Classes
LocalStruct | A C/C++ struct that is directly enclosed by a function. For example, the type |
NestedStruct | A C/C++ nested struct. See 11.12. For example, the type |
Struct | A C/C++ structure or union. For example, the types |