#include "octave-config.h"
#include <functional>
#include <iosfwd>
#include <list>
#include <map>
#include <set>
#include <string>
#include "oct-time.h"
#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 |
class | load_path::package_info |
Functions | |
std::string | genpath (const std::string &dir, const string_vector &skip="private") |
std::string genpath | ( | const std::string & | dir, |
const string_vector & | skip = "private" |
||
) |
Definition at line 2413 of file load-path.cc.
References concat(), dirname(), get_dirlist(), len, string_vector::numel(), directory_path::path_sep_str(), and string_vector::sort().
Referenced by Fgenpath(), environment::init_image_path(), and maybe_add_path_elts().