#include <iosfwd>
#include <list>
#include <map>
#include <string>
#include "pathsearch.h"
#include "str-vec.h"
Go to the source code of this file.
Classes | |
class | load_path |
class | load_path::load_path::dir_info |
struct | load_path::load_path::dir_info::load_path::dir_info::class_info |
class | load_path::load_path::file_info |
Defines | |
#define | octave_load_path_h 1 |
Functions | |
std::string | genpath (const std::string &dir, const string_vector &skip="private") |
void | execute_pkg_add (const std::string &dir) |
void | execute_pkg_del (const std::string &dir) |
#define octave_load_path_h 1 |
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" | |||
) |