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