Source code supply interface 더 자세히 ...
#include <srcSupply.hpp>
Public 멤버 함수 | |
| virtual void * | onSupplySrc (parser &ps, void *scanner) const =0 |
정적 Public 멤버 함수 | |
| static srcSupplies | makeSuppliesFrom (const std::string &path) |
| if the given path points to a file, a single fileSupply will be returned. otherwise this will traverse all sub folders to find byeol src files and return each fileSupplies matching them. | |
Protected 멤버 함수 | |
| void * | _scanString (parser &ps, const nchar *src, void *scanner) const |
Source code supply interface
Abstract base for supplying source code to the parser from various sources.
|
static |
if the given path points to a file, a single fileSupply will be returned. otherwise this will traverse all sub folders to find byeol src files and return each fileSupplies matching them.
| path | for single src file or directory including src files. |
by::bufSupply, by::fileSupply에서 구현되었습니다.