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

#include "load-save.h"

Public Member Functions

 load_save_format (load_save_system::format_type type, load_save_system::format_options options=load_save_system::NO_OPTION)
 
int options () const
 
void set_option (load_save_system::format_options option)
 
void set_type (load_save_system::format_type type)
 
load_save_system::format_type type () const
 

Detailed Description

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

Constructor & Destructor Documentation

◆ load_save_format()

load_save_format::load_save_format ( load_save_system::format_type  type,
load_save_system::format_options  options = load_save_system::NO_OPTION 
)
inline

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

Member Function Documentation

◆ options()

int load_save_format::options ( ) const
inline

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

◆ set_option()

void load_save_format::set_option ( load_save_system::format_options  option)
inline

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

Referenced by load_save_system::parse_save_options().

◆ set_type()

void load_save_format::set_type ( load_save_system::format_type  type)
inline

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

References type().

Referenced by load_save_system::parse_save_options().

◆ type()


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