GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
ls-ascii-helper.cc File Reference
#include "ls-ascii-helper.h"
#include <istream>
#include <sstream>
Include dependency graph for ls-ascii-helper.cc:

Go to the source code of this file.

Functions

std::string read_until_newline (std::istream &is, bool keep_newline)
 
void skip_preceeding_newline (std::istream &is)
 
void skip_until_newline (std::istream &is, bool keep_newline)
 

Function Documentation

◆ read_until_newline()

std::string read_until_newline ( std::istream &  is,
bool  keep_newline 
)

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

◆ skip_preceeding_newline()

void skip_preceeding_newline ( std::istream &  is)

◆ skip_until_newline()

void skip_until_newline ( std::istream &  is,
bool  keep_newline 
)

Definition at line 50 of file ls-ascii-helper.cc.

References d.

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