#include "octave-config.h"
#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 135 of file ls-ascii-helper.cc.
References d.
Referenced by extract_keyword(), base_anonymous_fcn_handle::load_ascii(), and load_inline_fcn().
OCTINTERP_API void skip_preceeding_newline | ( | std::istream & | is | ) |
Definition at line 95 of file ls-ascii-helper.cc.
References d.
Referenced by get_mat_data_input_line(), base_anonymous_fcn_handle::load_ascii(), octave_char_matrix_str::load_ascii(), and load_inline_fcn().
OCTINTERP_API void skip_until_newline | ( | std::istream & | is, |
bool | keep_newline = false |
||
) |
Definition at line 50 of file ls-ascii-helper.cc.
References d.
Referenced by extract_keyword(), get_mat_data_input_line(), and skip_comments().