Source-highlight Library
srchilite::CTagsInfo Struct Reference

Information about a tag. More...

#include <ctagscollector.h>

Collaboration diagram for srchilite::CTagsInfo:

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
 

Detailed Description

Information about a tag.

This structure is used to return collected information.

Constructor & Destructor Documentation

srchilite::CTagsInfo::CTagsInfo ( const std::string &  _fileName,
const std::string &  _lineNumber,
RefPosition  _refposition,
bool  _isAnchor 
)
inline
Parameters
_fileNamethe filename of a tag
_lineNumberthe line number
_refpositionwhere the reference should be positioned (only valid if !isAnchor)
_isAnchorwhether the information concerns an anchor and not a reference

The documentation for this struct was generated from the following file: