Information about a tag. More...
#include <ctagscollector.h>
Public Member Functions | |
CTagsInfo (const std::string &_fileName, const std::string &_lineNumber, RefPosition _refposition, bool _isAnchor) | |
Public Attributes | |
std::string | fileName |
the filename of a tag | |
std::string | lineNumber |
the line number | |
RefPosition | refposition |
where the reference should be positioned (only valid if !isAnchor) | |
bool | isAnchor |
whether the information concerns an anchor and not a reference |
Information about a tag.
This structure is used to return collected information.
srchilite::CTagsInfo::CTagsInfo | ( | const std::string & | _fileName, | |
const std::string & | _lineNumber, | |||
RefPosition | _refposition, | |||
bool | _isAnchor | |||
) | [inline] |
_fileName | the filename of a tag | |
_lineNumber | the line number | |
_refposition | where the reference should be positioned (only valid if !isAnchor) | |
_isAnchor | whether the information concerns an anchor and not a reference |