GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
ls-ascii-helper.h File Reference
#include "octave-config.h"
#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 127 of file ls-ascii-helper.cc.

References c, and 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 c, and d.

Referenced by extract_keyword(), get_mat_data_input_line(), and skip_comments().