#include <iosfwd>
#include <string>
Go to the source code of this file.
Defines | |
#define | octave_ls_ascii_helper_h 1 |
Functions | |
OCTINTERP_API void | skip_until_newline (std::istream &is, bool keep_newline=false) |
OCTINTERP_API void | skip_preceeding_newline (std::istream &is) |
OCTINTERP_API std::string | read_until_newline (std::istream &is, bool keep_newline=false) |
#define octave_ls_ascii_helper_h 1 |
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 | |||
) |