VCLanguageManager Members
Include Protected Members
Include Inherited Members
An object used to validate various code elements of a C++ source file.
The VCLanguageManager type exposes the following members.
Methods
Name
Description
Compares two text streams token-wise (skipping comments and whitechars).
Determines if the specified name is a C++ reserved name.
Refreshes the user-defined keywords from a file.
Determines if the specified file name is a valid C++ file name.
Determines if the specified name is a valid C++ identifier.
Determines if the specified parameter list is valid.
Determines if the specified name is a valid C++ qualified name.
Determines if the specified expression is a valid C++ type expression.
Top