Contains source location info: file, function, line. More...
#include <Triangulation.h>
Public Member Functions | |
SourceLocation (const std::string &file, const std::string &func, int line) | |
Constructor. | |
const std::string & | file () const |
source file | |
const std::string & | func () const |
source function | |
int | line () const |
source line | |
Contains source location info: file, function, line.
Definition at line 103 of file Triangulation.h.
|
inline |
Constructor.
Definition at line 107 of file Triangulation.h.
|
inline |
source file
Definition at line 113 of file Triangulation.h.
|
inline |
source function
Definition at line 118 of file Triangulation.h.
|
inline |
source line
Definition at line 123 of file Triangulation.h.