dumSrc.hpp
Go to the documentation of this file.
1
2#pragma once
3
5
6namespace by {
10 class _nout dumSrc: public src {
11 BY(CLASS(dumSrc, src))
12
13 private:
14 dumSrc();
15
16 public:
17 static me& singleton();
18 };
19}
Dummy source location implementation.
Definition: dumSrc.hpp:10
Source location information.
Definition: src.hpp:11