GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
load_save_format Class Reference

#include "load-save.h"

Collaboration diagram for load_save_format:

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 67 of file load-save.h.

Constructor & Destructor Documentation

◆ load_save_format()

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

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

Member Function Documentation

◆ operator int()

load_save_format::operator int ( void  ) const
inline

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

References type.

Member Data Documentation

◆ opts

int load_save_format::opts

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

Referenced by do_save().

◆ type

int load_save_format::type

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

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


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