Loading...
Searching...
No Matches
dumSrc.hpp
Go to the documentation of this file.
1
2#pragma once
3
5
6namespace by {
11 class _nout dumSrc: public src {
12 BY(CLASS(dumSrc, src))
13
14 private:
15 dumSrc();
16
17 public:
18 void setFile(const srcFile& new1) override;
19 void setPos(const point& new1) override;
20 void setName(const std::string& new1) override;
21
22 static me& singleton();
23 };
24}
Dummy source location implementation.
Definition dumSrc.hpp:11
Source code file information.
Definition srcFile.hpp:14
Source location information.
Definition src.hpp:15
Definition tnarr.hpp:9
to Top