Location object. More...
#include <Location.h>
Public Member Functions | |
CLocation (const char *file, int line) | |
Constructor. More... | |
void | set (const char *file, int line) |
Modifies location. More... | |
const char * | file () const |
Returns location file name. | |
int | line () const |
Returns location line number. | |
String | toString () const |
Returns string presentation of location. | |
bool | empty () const |
Returns true if location is empty. | |
Location object.
Stores file name and line number in the file
|
inline |
Constructor.
file | const char*, File name |
line | int, Line number |
|
inline |
Modifies location.
file | const char*, File name |
line | int, Line number |