Module types

Module types 

Modules§

array
attribute
bitfield
classlike
enum_ty
function
method
modifier
pointer
simple
union

Structs§

Array
This structure wraps a LF_ARRAY PDB type
Attribute
This class represents an attribute (LF_MEMBER) in an aggregate (class, struct, union, …)
BitField
This structure wraps a LF_BITFIELD PDB type
Class
This structure wraps a LF_CLASS PDB type
Enum
This structure wraps a LF_ENUM PDB type
Function
This structure wraps a LF_PROCEDURE PDB type
Generic
Interface
This structure wraps a LF_INTERFACE PDB type
Method
This class represents a Method (LF_ONEMETHOD) that can be defined in ClassLike PDB type
Modifier
This structure wraps a LF_MODIFIER PDB type
Pointer
This structure represents a LF_POINTER PDB type
Simple
This class represents a primitive types (int, float, …) which are also named simple types in the PDB format.
Structure
This structure wraps a LF_STRUCTURE PDB type
Union
This structure wraps a LF_UNION PDB type

Enums§

Type

Traits§

PdbType

Type Aliases§

Types