GNU Octave  4.0.0
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
Public Member Functions | Public Attributes | List of all members
load_save_format Class Reference

#include "load-save.h"

Collaboration diagram for load_save_format:
Collaboration graph
[legend]

Public Member Functions

 load_save_format (load_save_format_type t, load_save_format_options o=LS_NO_OPTION)
 
 operator int (void) const
 

Public Attributes

int opts
 
int type
 

Detailed Description

Definition at line 60 of file load-save.h.

Constructor & Destructor Documentation

load_save_format::load_save_format ( load_save_format_type  t,
load_save_format_options  o = LS_NO_OPTION 
)
inline

Definition at line 63 of file load-save.h.

Member Function Documentation

load_save_format::operator int ( void  ) const
inline

Definition at line 66 of file load-save.h.

References type.

Member Data Documentation

int load_save_format::opts

Definition at line 68 of file load-save.h.

Referenced by do_save(), and parse_save_options().

int load_save_format::type

Definition at line 68 of file load-save.h.

Referenced by do_load(), do_save(), operator int(), and write_header().


The documentation for this class was generated from the following file: