< The name of a file and a line number within it. More...
#include <viewermanager.h>

Public Member Functions | |
| FileLocation () | |
| FileLocation (std::string const &file, int line) | |
Public Attributes | |
| std::string | filename_ |
| int | lineNumber_ |
< The name of a file and a line number within it.
Definition at line 215 of file viewermanager.h.
| FileLocation | ( | std::string const & | file, | |
| int | line | |||
| ) |
Definition at line 221 of file viewermanager.h.
| FileLocation | ( | ) |
Definition at line 227 of file viewermanager.h.
| std::string filename_ |
Definition at line 218 of file viewermanager.h.
| int lineNumber_ |
Definition at line 219 of file viewermanager.h.
1.6.3