#include "pathsearch.h"
Definition at line 36 of file pathsearch.h.
◆ directory_path() [1/2]
octave::directory_path::directory_path |
( |
const std::string & |
s = "" | ) |
|
◆ directory_path() [2/2]
◆ ~directory_path()
octave::directory_path::~directory_path |
( |
void |
| ) |
|
|
default |
◆ all_directories()
std::list< std::string > octave::directory_path::all_directories |
( |
void |
| ) |
|
◆ elements()
std::list< std::string > octave::directory_path::elements |
( |
void |
| ) |
|
◆ find()
std::string octave::directory_path::find |
( |
const std::string & |
nm | ) |
|
|
inline |
◆ find_all()
std::list< std::string > octave::directory_path::find_all |
( |
const std::string & |
nm | ) |
|
◆ find_all_first_of()
std::list< std::string > octave::directory_path::find_all_first_of |
( |
const std::list< std::string > & |
names | ) |
|
◆ find_first()
std::string octave::directory_path::find_first |
( |
const std::string & |
nm | ) |
|
◆ find_first_of()
std::string octave::directory_path::find_first_of |
( |
const std::list< std::string > & |
names | ) |
|
◆ init()
void octave::directory_path::init |
( |
void |
| ) |
|
|
private |
◆ is_path_sep()
static bool octave::directory_path::is_path_sep |
( |
char |
c | ) |
|
|
inlinestatic |
◆ operator=()
◆ path_sep_char()
char octave::directory_path::path_sep_char |
( |
void |
| ) |
|
|
static |
◆ path_sep_str()
std::string octave::directory_path::path_sep_str |
( |
void |
| ) |
|
|
static |
Definition at line 127 of file pathsearch.cc.
Referenced by octave::append_to_shell_path(), Fpath(), Fpathsep(), octave::genpath(), octave::environment::init_exec_path(), octave::environment::init_image_path(), octave::load_path::initialize(), octave::maybe_add_path_elts(), octave::load_path::path(), read_classpath_txt(), octave::load_path::set_command_line_path(), and octave::set_path_model::to_string().
◆ rehash()
void octave::directory_path::rehash |
( |
void |
| ) |
|
|
inline |
◆ set()
void octave::directory_path::set |
( |
const std::string & |
s | ) |
|
|
inline |
◆ m_expanded_path
std::string octave::directory_path::m_expanded_path |
|
private |
◆ m_initialized
bool octave::directory_path::m_initialized |
|
private |
◆ m_orig_path
std::string octave::directory_path::m_orig_path |
|
private |
◆ m_path_elements
std::list<std::string> octave::directory_path::m_path_elements |
|
private |
The documentation for this class was generated from the following files: