#include <debug_location.h>
Public Member Functions | |
| DebugLocation (const char *file, int line) | |
| const char * | file () const |
| int | line () const |
Private Attributes | |
| const char * | file_ |
| const int | line_ |
Definition at line 31 of file debug_location.h.
Definition at line 33 of file debug_location.h.
|
inline |
Definition at line 34 of file debug_location.h.
|
inline |
Definition at line 35 of file debug_location.h.
|
private |
Definition at line 38 of file debug_location.h.
Definition at line 39 of file debug_location.h.