Navigation

Operators and Keywords

Function List:

C++ API

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.


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 Documentation

#define octave_ls_ascii_helper_h   1


Function Documentation

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 
)