This file defines the interface to the etags database -- the file created when you run the etags program. More...
#include <string>
#include <portable_io.h>
#include <list>
Go to the source code of this file.
Classes | |
class | EtagsDB |
A class that encapsulates the searching of the database created by the "etags" program. EtagsDB lets you read the database file and search it for a symbol. See "man etags" or a google search. More... | |
Namespaces | |
namespace | cxxtls |
The namespace that encapsulates most of the functionality in the CXX toolkit. |
This file defines the interface to the etags database -- the file created when you run the etags program.
Definition in file etagsdb.h.