clang::mrdocs::AccessKind
Access specifier.
Members
Name |
Description |
|
Unspecified access |
|
Public access |
|
Protected access |
|
Private access |
Description
None is set to zero since it is the most frequently occurring access, and it is elided by the bitstream encoder because it has an all‐zero bit pattern. This improves compression in the bitstream.
None is used for namespace members and friend; such declarations have no access.
Created with MrDocs