#include <string>
#include <fstream>
#include <iomanip>
#include "dir-ops.h"
#include "file-ops.h"
#include "file-stat.h"
#include "lo-sysdep.h"
#include "oct-env.h"
#include "oct-handle.h"
#include "glob-match.h"
#include "url-transfer.h"
#include "defun.h"
#include "error.h"
#include "interpreter.h"
#include "oct-map.h"
#include "oct-refcount.h"
#include "ov-cell.h"
#include "ov-classdef.h"
#include "ovl.h"
#include "pager.h"
#include "unwind-prot.h"
#include "url-handle-manager.h"
Go to the source code of this file.
Functions | |
OCTAVE_EXPORT octave_value_list | F__restful_service__ (const octave_value_list &args, int nargout) |
OCTAVE_EXPORT octave_value_list | Furlread (const octave_value_list &args, int nargout) |
OCTAVE_NAMESPACE_BEGIN OCTAVE_EXPORT octave_value_list | Furlwrite (const octave_value_list &args, int nargout) |
OCTAVE_EXPORT octave_value_list F__restful_service__ | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 274 of file urlwrite.cc.
References octave::cdef_object, error(), string_vector::numel(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Furlread | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 220 of file urlwrite.cc.
References error(), Array< T, Alloc >::numel(), ovl(), and print_usage().
OCTAVE_NAMESPACE_BEGIN OCTAVE_EXPORT octave_value_list Furlwrite | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 106 of file urlwrite.cc.
References error(), make_absolute(), Array< T, Alloc >::numel(), octave::sys::ofstream(), ovl(), print_usage(), and octave::sys::unlink().