Home
last modified time | relevance | path

Searched refs:StringLineInput (Results 1 – 2 of 2) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dinitfile.h88 class StringLineInput : public LineInput
91 StringLineInput(const string &s) : str(s), pos(0) { } in StringLineInput() function
H A Dinitfile.cc1944 StringLineInput st(s); in read_options()