#include "octave-config.h"
#include <iosfwd>
#include <string>
Go to the source code of this file.
Functions | |
std::string | read_until_newline (std::istream &is, bool keep_newline=false) |
void | skip_preceeding_newline (std::istream &is) |
void | skip_until_newline (std::istream &is, bool keep_newline=false) |
std::string read_until_newline | ( | std::istream & | is, |
bool | keep_newline = false |
||
) |
void skip_preceeding_newline | ( | std::istream & | is | ) |
Definition at line 95 of file ls-ascii-helper.cc.
References d.
Referenced by octave_char_matrix_str::load_ascii().
void skip_until_newline | ( | std::istream & | is, |
bool | keep_newline = false |
||
) |