Functions

ls-ascii-helper.h File Reference

#include <iosfwd>
#include <string>
Include dependency graph for ls-ascii-helper.h:
This graph shows which files directly or indirectly include this file:

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)

Function Documentation

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  ) 
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().

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines