diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_search.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_search.htm index 7fea9893f13..cb8026804d2 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_search.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_search.htm @@ -40,22 +40,22 @@ For information on working sets, see Workbench User Guide > Concepts considerations to note when searching for a given element type. You can search for some or all of the element types matching a search string that you specify. If you choose to search for matching elements, all types, macros, and typdefs are included in the search.

- +
- - + + - - + - - + - - + - - + - - + - - + - - + + - - + + - - + +
ElementNoteElementNote
 Class/StructSearches for classes and structs.

You can further qualify +

 Class/StructSearches for classes and structs.

You can further qualify the search by specifying "class" or "struct" in front of the name that you are searching for. Specifying "class" or "struct" also allows you to search for anonymous classes and structures.

 FunctionSearches for global functions or functions in a namespace +  FunctionSearches for global functions or functions in a namespace (functions that are not members of a class, struct, or union).

You can specify parameters to further qualify your search. When specifying a parameter list, everything between the parentheses should be valid C/C++ @@ -63,37 +63,37 @@ For information on working sets, see Workbench User Guide > Concepts

Do not specify the return type of the function.

 VariableSearches for variables that are not members of a class, +  VariableSearches for variables that are not members of a class, struct, or union.
 UnionSearches for unions.

Anonymous unions can be searched for by +

 UnionSearches for unions.

Anonymous unions can be searched for by specifying "union" as the search pattern.

 MethodSearches for methods that are members of a class, struct, or +  MethodSearches for methods that are members of a class, struct, or union.

Searching for methods also finds constructors and destructors. See above note for functions.

 Field Searches for fields that are members of a class, struct, or +  Field Searches for fields that are members of a class, struct, or union.
 EnumerationSearches for enumerations. EnumerationSearches for enumerations.
 EnumeratorSearches for enumerators. EnumeratorSearches for enumerators.
 NamespaceSearches for namespaces. NamespaceSearches for namespaces.
@@ -117,24 +117,24 @@ is to be searched:

Wildcard characters

You can use wildcard characters to further refine your search.

- +
- - + + - - + - - + + - - + +
Use this wildcard characterTo search for thisUse this wildcard characterTo search for this
 *Any string

Tip:
+

 *Any string

Tip:
Use the character sequence \* to search for operators that begin with *. See syntax examples in the table below.

 ?A single character ?A single character
 ::Nested elements ::Nested elements
-  operator \* - Finds only operator * +  operator \* + Finds only operator * -  operator \*= - Finds only operator *= +  operator \*= + Finds only operator *= -  operator * - Finds all operators +  operator * + Finds all operators -  class - Searches for anonymous classes +  class + Searches for anonymous classes -  struct - Searches for anonymous structs +  struct + Searches for anonymous structs -  union - Searches for anonymous unions +  union + Searches for anonymous unions

Search results