Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
Defines the kind of a pointer type.
Syntax
typedef enum PointerKind {
PointerStandard,
PointerReference,
PointerRValueReference,
PointerCXHat,
PointerManagedReference
} ;
Constants
PointerStandardIndicates a standard C/C++ pointer -- a * |
PointerReferenceIndicates a C/C++ reference (whether const or not) -- a & |
PointerRValueReferenceIndicates a C/C++ rvalue reference (whether const or not) -- a && |
PointerCXHatIndicates a C++/CX hat managed pointer (whether const or not) -- a ^ |
PointerManagedReferenceIndicates a managed pointer reference |
Requirements
| Requirement | Value |
|---|---|
| Header | dbgmodel.h |