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
Classes | Namespaces | Functions
gzip.cc File Reference
#include <cstdio>
#include <cstring>
#include <string>
#include <list>
#include <functional>
#include <stdexcept>
#include <iostream>
#include <fstream>
#include "Array.h"
#include "str-vec.h"
#include "glob-match.h"
#include "file-ops.h"
#include "dir-ops.h"
#include "file-stat.h"
#include "oct-env.h"
#include "defun-dld.h"
#include "defun-int.h"
#include "errwarn.h"
Include dependency graph for gzip.cc:

Go to the source code of this file.

Classes

class  octave::CFile
 RIIA wrapper for std::FILE*. More...
 

Namespaces

 octave
 Octave interface to the compression and uncompression libraries.
 

Functions

OCTAVE_EXPORT octave_value_list Fgzip (const octave_value_list &, int)
 
C OCTAVE_EXPORT octave_functionGgzip (const octave::dynamic_library &shl, bool relative)
 
template<typename X >
string_vector octave::xzip (const Array< std::string > &source_patterns, const std::function< std::string(const std::string &)> &mk_dest_path)
 
template<typename X >
string_vector octave::xzip (const Array< std::string > &source_patterns)
 
template<typename X >
string_vector octave::xzip (const Array< std::string > &source_patterns, const std::string &out_dir)
 
template<typename X >
static octave_value_list octave::xzip (const std::string &func_name, const octave_value_list &args)
 

Function Documentation

OCTAVE_EXPORT octave_value_list Fgzip ( const octave_value_list ,
int   
)
C OCTAVE_EXPORT octave_function* Ggzip ( const octave::dynamic_library shl,
bool  relative 
)

Definition at line 565 of file gzip.cc.

References err_disabled_feature().