carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/concepts/cdt_c_indexer_fullindexer.htm
author cawthron
Fri, 04 Dec 2009 10:01:33 -0600
changeset 5 684bf18fdedf
permissions -rw-r--r--
add files for RCL_2_2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     2
<html lang="en">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     3
<head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     4
  <meta http-equiv="Content-Language" content="en-us">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     5
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     6
  <title>Full C/C++ Indexer</title>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     7
  <link rel="stylesheet" type="text/css" href="../help.css">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     8
</head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     9
<body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    10
<h1>Full C/C++ Indexer</h1>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    11
<p>The Full C/C++ Indexer is a new indexer for CDT 3.0 which makes use
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    12
of the new DOM. It creates a full index of the project's source
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    13
providing both declaration and cross reference information to the
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    14
various clients that make use of the index. In comparison with the
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    15
previous versions of the indexer, the new C/C++ indexer provides
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    16
quicker and more accurate results.<br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    17
</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    18
<p>This indexer provides the most complete set of information but can
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    19
be potentially long running, especially on larger projects. <br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    20
</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    21
<p><img border="0" src="../images/ngconcepts.gif" alt="Related concepts"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    22
 width="143" height="21"> <br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    23
<a href="cdt_c_indexer.htm">C/C++ Indexer</a><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    24
<a href="cdt_c_search.htm">C/C++ search</a><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    25
<a href="cdt_c_indexer_open_close.htm">C/C++ Indexer Opening or Closing
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    26
a project</a><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    27
<a href="cdt_c_indexer_prog_bar.htm">C/C++ Indexer Progress Bar</a></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    28
<p><img border="0" src="../images/ngtasks.gif" alt="Related tasks"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    29
 width="143" height="21"><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    30
<a href="../tasks/cdt_t_sel_search.htm">Selection Searching for C/C++
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    31
elements</a><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    32
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    33
<a href="../tasks/cdt_t_set_src_fold.htm">Setting Source Folders</a><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    34
</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    35
<p><img border="0" src="../images/ngref.gif" alt="Related reference"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    36
 width="143" height="21">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    37
<br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    38
<a href="../reference/cdt_u_search.htm">C/C++ search page, Search
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    39
dialog box</a>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    40
<br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    41
<a href="../reference/cdt_u_prop_general_idx.htm">C/C++ Project Properties, Indexer</a>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    42
</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    43
<p>&nbsp;</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    44
<img style="width: 324px; height: 14px;" src="../images/ng00_07.gif"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    45
 alt="IBM Copyright Statement">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    46
</body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    47
</html>