GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <iosfwd>
#include <string>
Go to the source code of this file.
Functions | |
OCTINTERP_API std::string | read_until_newline (std::istream &is, bool keep_newline=false) |
OCTINTERP_API void | skip_preceeding_newline (std::istream &is) |
OCTINTERP_API void | skip_until_newline (std::istream &is, bool keep_newline=false) |
OCTINTERP_API std::string read_until_newline | ( | std::istream & | is, |
bool | keep_newline = false |
||
) |
Definition at line 129 of file ls-ascii-helper.cc.
References d.
Referenced by extract_keyword(), octave_fcn_inline::load_ascii(), and octave_fcn_handle::load_ascii().
OCTINTERP_API void skip_preceeding_newline | ( | std::istream & | is | ) |
Definition at line 89 of file ls-ascii-helper.cc.
References d.
Referenced by get_mat_data_input_line(), octave_fcn_inline::load_ascii(), octave_fcn_handle::load_ascii(), and octave_char_matrix_str::load_ascii().
OCTINTERP_API void skip_until_newline | ( | std::istream & | is, |
bool | keep_newline = false |
||
) |
Definition at line 42 of file ls-ascii-helper.cc.
References d.
Referenced by extract_keyword(), get_mat_data_input_line(), and skip_comments().