GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <iosfwd>
#include <list>
#include <map>
#include <string>
#include "pathsearch.h"
#include "str-vec.h"
Go to the source code of this file.
Classes | |
struct | load_path::dir_info::class_info |
class | load_path::dir_info |
class | load_path::file_info |
class | load_path |
Functions | |
void | execute_pkg_add (const std::string &dir) |
void | execute_pkg_del (const std::string &dir) |
std::string | genpath (const std::string &dir, const string_vector &skip="private") |
void execute_pkg_add | ( | const std::string & | dir | ) |
Definition at line 1985 of file load-path.cc.
References execute_pkg_add_or_del().
void execute_pkg_del | ( | const std::string & | dir | ) |
Definition at line 1991 of file load-path.cc.
References execute_pkg_add_or_del().
std::string genpath | ( | const std::string & | dir, |
const string_vector & | skip = "private" |
||
) |
Definition at line 1922 of file load-path.cc.
References concat(), genpath(), base_file_stat::is_dir(), Array< T >::length(), dir_path::path_sep_str(), and dir_entry::read().
Referenced by Fgenpath(), genpath(), install_load_path_fcns(), maybe_add_path_elts(), and set_image_path().