compile-strings.h | 58 : nline_(0), strm_(istrm), source_(source), entry_type_(entry_type), 70 if (!strm_) { // We're done if we have no more input. 75 getline(strm_, content_); 80 while (getline(strm_, line)) { 86 if (!strm_ && content_.empty()) // We're also done if we read off all the 124 istream &strm_; member in class:fst::StringReader
|