Collects the tags information generated by the ctags program for a given word.
More...
#include <ctagscollector.h>
|
|
RefPosition | refposition |
| | where references should be positioned
|
|
tagFile * | ctags_file |
| | the ctags file
|
|
tagFileInfo | info |
| | information about the ctags being examined (not really used)
|
Collects the tags information generated by the ctags program for a given word.
◆ CTagsCollector()
| srchilite::CTagsCollector::CTagsCollector |
( |
const std::string & | ctags_file_name, |
|
|
RefPosition | pos ) |
- Parameters
-
| ctags_file_name | the name of the ctags file |
| pos | where the reference should be generated |
- Exceptions
-
◆ collectTags()
| bool srchilite::CTagsCollector::collectTags |
( |
const std::string & | word, |
|
|
CTagsInfos & | infos, |
|
|
const FormatterParams * | fileInfo ) |
Collects the tag information about the specified word and stores them into the passed collection.
- Parameters
-
| word | the word to collect tag information about |
| infos | where to store the information |
| fileInfo | information about the word being processed |
- Returns
- false whether we did not find any information about the passed word
The documentation for this class was generated from the following files:
- /cygdrive/d/a/scallywag/source-highlight/source-highlight-3.1.9-1.x86_64/src/source-highlight-3.1.9/lib/srchilite/ctagscollector.h
- /cygdrive/d/a/scallywag/source-highlight/source-highlight-3.1.9-1.x86_64/src/source-highlight-3.1.9/lib/srchilite/ctagscollector.cpp