Examples

Example 1:

“c file ~unresolved” translates to c files that are not unresolved.

This results in a match with names of: C Code File, C Header File, and C Unknown Header File

Example 2:

“ada function ~generic” translates to ada functions except those that are generic. This results in a match with names of:

      Ada Abstract Function 
      Ada Abstract Function Local 
      Ada Abstract Function Operator 
      Ada Abstract Function Operator Local 
      Ada Function 
      Ada Function External 
      Ada Function Local 
      Ada Function Operator 
      Ada Function Operator Local 

Example 3:

Kind names may also specify a list of different kinds, by separating them with commas, as shown in this example.

“c typedef ~member ~unresolved, c object ~member” translates to c typedefs that are neither members nor unresolved, plus any c objects that are not members. This results in a match with names of:

      C Object Global 
      C Object Global Static 
      C Object Local 
      C Object Local Static 
      C Typedef Type 
      C Unknown Object 
      C Unresolved Object Global 
      C Unresolved Object Global Static 

Scientific Toolworks, Inc.
http://www.scitools.com