Loading...
Searching...
No Matches
bufSupply.hpp
Go to the documentation of this file.
1
2#pragma once
3
5
6namespace by {
11 class _nout bufSupply: public srcSupply {
13
14 public:
15 bufSupply(const std::string& buf);
16
17 public:
18 void* onSupplySrc(parser& ps, void* scanner) const override;
19
20 private:
21 std::string _buf;
22 };
23}
Buffer-based source supply.
Definition bufSupply.hpp:11
void * onSupplySrc(parser &ps, void *scanner) const override
Parser for byeol language source code.
Definition parser.hpp:126
Source code supply interface.
Definition srcSupply.hpp:18
Definition tnarr.hpp:9
to Top