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.cc File Reference
#include "ls-ascii-helper.h"
#include <iostream>
#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

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

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

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

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