#include <load-path.h>
typedef void(* load_path::hook_fcn_ptr)(const std::string &dir) |
load_path::load_path | ( | void | ) | [inline, protected] |
load_path::~load_path | ( | void | ) | [inline] |
static bool load_path::any_class_method | ( | const std::string & | meth | ) | [inline, static] |
static void load_path::append | ( | const std::string & | dir, | |
bool | warn = false | |||
) | [inline, static] |
static void load_path::clear | ( | void | ) | [inline, static] |
static std::list<std::string> load_path::dir_list | ( | void | ) | [inline, static] |
static string_vector load_path::dirs | ( | void | ) | [inline, static] |
static void load_path::display | ( | std::ostream & | os | ) | [inline, static] |
static string_vector load_path::fcn_names | ( | void | ) | [inline, static] |
static string_vector load_path::files | ( | const std::string & | dir, | |
bool | omit_exts = false | |||
) | [inline, static] |
static string_vector load_path::find_all_first_of | ( | const string_vector & | files | ) | [inline, static] |
static std::string load_path::find_dir | ( | const std::string & | dir | ) | [inline, static] |
static std::string load_path::find_fcn | ( | const std::string & | fcn | ) | [inline, static] |
static std::string load_path::find_fcn | ( | const std::string & | fcn, | |
std::string & | dir_name | |||
) | [inline, static] |
static std::string load_path::find_fcn_file | ( | const std::string & | fcn | ) | [inline, static] |
static std::string load_path::find_file | ( | const std::string & | file | ) | [inline, static] |
static std::string load_path::find_first_of | ( | const string_vector & | files | ) | [inline, static] |
static std::string load_path::find_method | ( | const std::string & | class_name, | |
const std::string & | meth | |||
) | [inline, static] |
static std::string load_path::find_method | ( | const std::string & | class_name, | |
const std::string & | meth, | |||
std::string & | dir_name | |||
) | [inline, static] |
static std::string load_path::find_mex_file | ( | const std::string & | fcn | ) | [inline, static] |
static std::string load_path::find_oct_file | ( | const std::string & | fcn | ) | [inline, static] |
static std::string load_path::find_private_fcn | ( | const std::string & | dir, | |
const std::string & | fcn | |||
) | [inline, static] |
static std::string load_path::get_command_line_path | ( | void | ) | [inline, static] |
static void load_path::initialize | ( | bool | set_initial_path = false |
) | [inline, static] |
static std::list<std::string> load_path::methods | ( | const std::string & | class_name | ) | [inline, static] |
static std::string load_path::path | ( | void | ) | [inline, static] |
static void load_path::prepend | ( | const std::string & | dir, | |
bool | warn = false | |||
) | [inline, static] |
static bool load_path::remove | ( | const std::string & | dir | ) | [inline, static] |
static void load_path::set | ( | const std::string & | p, | |
bool | warn = false | |||
) | [inline, static] |
static void load_path::set_add_hook | ( | hook_fcn_ptr | f | ) | [inline, static] |
static void load_path::set_command_line_path | ( | const std::string & | p | ) | [inline, static] |
static void load_path::set_remove_hook | ( | hook_fcn_ptr | f | ) | [inline, static] |
static std::string load_path::system_path | ( | void | ) | [inline, static] |
static void load_path::update | ( | void | ) | [inline, static] |
dir_info::fcn_file_map_type get_fcn_files | ( | const std::string & | d | ) | [friend] |
string_vector get_file_list | ( | const dir_info::fcn_file_map_type & | lst | ) | [friend] |
void print_fcn_list | ( | std::ostream & | os, | |
const dir_info::fcn_file_map_type & | lst | |||
) | [friend] |
void print_types | ( | std::ostream & | os, | |
int | types | |||
) | [friend] |