GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::load_path::file_info Class Reference
Collaboration diagram for octave::load_path::file_info:

Public Member Functions

 file_info (const std::string &d, int t)
 
 file_info (const file_info &fi)
 
 ~file_info (void)=default
 
file_infooperator= (const file_info &fi)
 

Public Attributes

std::string dir_name
 
int types
 

Detailed Description

Definition at line 300 of file load-path.h.

Constructor & Destructor Documentation

◆ file_info() [1/2]

octave::load_path::file_info::file_info ( const std::string d,
int  t 
)
inline

Definition at line 304 of file load-path.h.

◆ file_info() [2/2]

octave::load_path::file_info::file_info ( const file_info fi)
inline

Definition at line 306 of file load-path.h.

◆ ~file_info()

octave::load_path::file_info::~file_info ( void  )
default

Member Function Documentation

◆ operator=()

file_info& octave::load_path::file_info::operator= ( const file_info fi)
inline

Definition at line 311 of file load-path.h.

References fi.

Member Data Documentation

◆ dir_name

std::string octave::load_path::file_info::dir_name

Definition at line 322 of file load-path.h.

Referenced by octave::load_path::package_info::add_to_fcn_map().

◆ types

int octave::load_path::file_info::types

Definition at line 323 of file load-path.h.


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