Dummy source location implementation. More...
#include <dumSrc.hpp>
Public Member Functions | |
| void | setFile (const srcFile &new1) override |
| void | setPos (const point &new1) override |
| void | setName (const std::string &new1) override |
Public Member Functions inherited from by::src | |
| src (const srcFile &file, const std::string &name, const point &pos) | |
| const srcFile * | getFile () const |
| const point & | getPos () const |
| const std::string & | getName () const |
Static Public Member Functions | |
| static me & | singleton () |
Dummy source location implementation.
Placeholder source location used when no actual source information is available.