comparison libinterp/corefcn/textscan.h @ 21495:82089c8ed7fa

textscan.h: Delete unused member function textscan::get_field * textscan.h (textscan::get_field): Delete unimplemented member function.
author Mike Miller <mtmiller@octave.org>
date Fri, 18 Mar 2016 20:33:52 -0700
parents 8e9833b8791d
children 2d71bb0011a0
comparison
equal deleted inserted replaced
21494:8e9833b8791d 21495:82089c8ed7fa
164 const std::string& ends) const; 164 const std::string& ends) const;
165 165
166 int lookahead (delimited_stream& is, const Cell& targets, int max_len, 166 int lookahead (delimited_stream& is, const Cell& targets, int max_len,
167 bool case_sensitive = true) const; 167 bool case_sensitive = true) const;
168 168
169 char *get_field (delimited_stream& isp, unsigned int width) const;
170
171 bool match_literal (delimited_stream& isp, const textscan_format_elt& elem); 169 bool match_literal (delimited_stream& isp, const textscan_format_elt& elem);
172 170
173 int skip_whitespace (delimited_stream& is, bool EOLstop = false); 171 int skip_whitespace (delimited_stream& is, bool EOLstop = false);
174 172
175 int skip_delim (delimited_stream& is); 173 int skip_delim (delimited_stream& is);