GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
load-path.h File Reference
#include <iosfwd>
#include <list>
#include <map>
#include <string>
#include "pathsearch.h"
#include "str-vec.h"
Include dependency graph for load-path.h:
This graph shows which files directly or indirectly include this file:

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::loader
 

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")
 

Function Documentation

void execute_pkg_add ( const std::string &  dir)

Definition at line 2220 of file load-path.cc.

References execute_pkg_add_or_del().

void execute_pkg_del ( const std::string &  dir)

Definition at line 2226 of file load-path.cc.

References execute_pkg_add_or_del().

std::string genpath ( const std::string &  dir,
const string_vector skip = "private" 
)