VCLanguageManager - члены
Включить защищенные члены
Включить унаследованные члены
An object used to validate various code elements of a C++ source file.
Универсальный тип VCLanguageManager предоставляет следующий члены.
Методы
Имя | Описание | |
---|---|---|
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. |
В начало страницы