Pattern, Functions or Procedures or Methods tab, Filter Manager Dialog Box
Type a pattern string to use to remove from the current dataset all functions, procedures, or methods (collectively referred to here as functions), in all modules, that match the pattern. Quantify uses the full name to match patterns, regardless of settings in the Function Name, Procedure Name, or Method Name dialog box.
Use an asterisk (*) to denote any character string; use a backslash (\) with the asterisk if the function name itself contains an asterisk. For example:
This pattern |
Matches any function whose name |
CWnd::* |
Begins with CWnd:: and is followed by any string |
*chr |
Starts with any string and ends in chr |
*str* |
Contains str |
delete(void\** |
Is delete and whose first argument is void* |
(C) Copyright IBM Corporation 1993, 2009.