An object used to validate various code elements of a C++ source file.
The VCLanguageManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CompareTokenStreams | Compares two text streams token-wise (skipping comments and whitechars). |
![]() |
IsReservedName | Determines if the specified name is a C++ reserved name. |
![]() |
RefreshUserKeywords | Refreshes the user-defined keywords from a file. |
![]() |
ValidateFileName | Determines if the specified file name is a valid C++ file name. |
![]() |
ValidateIdentifier | Determines if the specified name is a valid C++ identifier. |
![]() |
ValidateParameterNames | Determines if the specified parameter list is valid. |
![]() |
ValidateQualifiedName | Determines if the specified name is a valid C++ qualified name. |
![]() |
ValidateType | Determines if the specified expression is a valid C++ type expression. |
Top