HDK
|
This is the complete list of members for UT_SourceLocation, including all inherited members.
columnEnd() const | UT_SourceLocation | inline |
columnStart() const | UT_SourceLocation | inline |
getMemoryUsage(bool inclusive) const | UT_SourceLocation | inline |
line() const | UT_SourceLocation | inline |
operator!=(const UT_SourceLocation &other) const | UT_SourceLocation | inline |
operator==(const UT_SourceLocation &other) const | UT_SourceLocation | inline |
setColumnEnd(int col) | UT_SourceLocation | inline |
setColumnStart(int col) | UT_SourceLocation | inline |
setLine(int line) | UT_SourceLocation | inline |
setSource(const UT_StringHolder &source) | UT_SourceLocation | inline |
source() const | UT_SourceLocation | inline |
UT_SourceLocation(const UT_StringHolder &source=UT_StringHolder::theEmptyString, int line=0, int column_start=0, int column_end=0) | UT_SourceLocation | inline |