#include "octave-config.h"
#include <list>
#include <string>
Go to the source code of this file.
Classes | |
class | kpse_path_iterator |
Functions | |
std::list< std::string > | kpse_all_path_find_first_of (const std::string &path, const std::list< std::string > &names) |
std::list< std::string > | kpse_all_path_search (const std::string &path, const std::string &name) |
std::string | kpse_element_dir (const std::string &elt) |
std::string | kpse_path_expand (const std::string &path) |
std::string | kpse_path_find_first_of (const std::string &path, const std::list< std::string > &names) |
std::string | kpse_path_search (const std::string &path, const std::string &name) |
Variables | |
unsigned int | kpse_debug |
std::list<std::string> kpse_all_path_find_first_of | ( | const std::string & | path, |
const std::list< std::string > & | names | ||
) |
Definition at line 746 of file kpse.cc.
Referenced by directory_path::find_all_first_of().
std::list<std::string> kpse_all_path_search | ( | const std::string & | path, |
const std::string & | name | ||
) |
Definition at line 566 of file kpse.cc.
Referenced by directory_path::find_all().
std::string kpse_element_dir | ( | const std::string & | elt | ) |
Definition at line 1025 of file kpse.cc.
References dir_exists(), DIR_SEP_STRING, IS_DEVICE_SEP, and IS_DIR_SEP.
Referenced by directory_path::all_directories().
std::string kpse_path_expand | ( | const std::string & | path | ) |
std::string kpse_path_find_first_of | ( | const std::string & | path, |
const std::list< std::string > & | names | ||
) |
Definition at line 730 of file kpse.cc.
Referenced by directory_path::find_first_of().
std::string kpse_path_search | ( | const std::string & | path, |
const std::string & | name | ||
) |
Definition at line 555 of file kpse.cc.
Referenced by directory_path::find_first().