C/C++ Indexing Service

The C/C++ Indexing Service is the underlying backbone behind RDT's C/C++ source analysis features. This feature parses your source code, analyzes its structure, and creates an index (database) of named entities in your code for fast lookups. The index stores information such as the relationships of declarations to their references, and location information.

Some of the features driven by the C/C++ Indexing Service are:

There are two implementations of this service supplied by RDT: