Represents a C++ access modifier of a class member. Visual Studio uses this when displaying the member icon.
Member Name | Description |
---|---|
Unspecified | The access modifier was not provided by GDB. |
Private | The member is private. |
Protected | The member is protected. |
Public | The member is public. |
Internal | The member is internal. Although not supported by C++, this value can be used by the expression filters as Visual Studio supports it. |
Namespace: VisualGDBExpressions
Assembly: VisualGDBExpressions (in VisualGDBExpressions.dll)
VisualGDBExpressions Namespace