HDK
|
#include <UT_SourceLocation.h>
Public Member Functions | |
UT_SourceLocation (const char *source=NULL, int line=0, int column_start=0, int column_end=0) | |
UT_SourceLocation (const UT_SourceLocation &src) | |
int64 | getMemoryUsage (bool inclusive) const |
void | harden () |
const UT_String & | source () const |
int | line () const |
int | columnStart () const |
int & | columnStart () |
int | columnEnd () const |
int & | columnEnd () |
UT_SourceLocation & | operator= (const UT_SourceLocation &src) |
Definition at line 18 of file UT_SourceLocation.h.
|
inline |
Definition at line 21 of file UT_SourceLocation.h.
|
inline |
Definition at line 28 of file UT_SourceLocation.h.
|
inline |
Definition at line 48 of file UT_SourceLocation.h.
|
inline |
Definition at line 49 of file UT_SourceLocation.h.
|
inline |
Definition at line 46 of file UT_SourceLocation.h.
|
inline |
Definition at line 47 of file UT_SourceLocation.h.
|
inline |
Definition at line 36 of file UT_SourceLocation.h.
|
inline |
Definition at line 43 of file UT_SourceLocation.h.
|
inline |
Definition at line 45 of file UT_SourceLocation.h.
|
inline |
Definition at line 51 of file UT_SourceLocation.h.
Definition at line 44 of file UT_SourceLocation.h.