GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
kpse.h File Reference
#include "octave-config.h"
#include <list>
#include <string>
Include dependency graph for kpse.h:
This graph shows which files directly or indirectly include this file:

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
 

Function Documentation

◆ kpse_all_path_find_first_of()

std::list<std::string> kpse_all_path_find_first_of ( const std::string &  path,
const std::list< std::string > &  names 
)

Definition at line 735 of file kpse.cc.

References find_first_of(), and path.

Referenced by octave::directory_path::find_all_first_of().

◆ kpse_all_path_search()

std::list<std::string> kpse_all_path_search ( const std::string &  path,
const std::string &  name 
)

Definition at line 558 of file kpse.cc.

References name, path, and search().

Referenced by octave::directory_path::find_all().

◆ kpse_element_dir()

std::string kpse_element_dir ( const std::string &  elt)

◆ kpse_path_expand()

std::string kpse_path_expand ( const std::string &  path)

◆ kpse_path_find_first_of()

std::string kpse_path_find_first_of ( const std::string &  path,
const std::list< std::string > &  names 
)

Definition at line 719 of file kpse.cc.

References find_first_of(), and path.

Referenced by octave::directory_path::find_first_of().

◆ kpse_path_search()

std::string kpse_path_search ( const std::string &  path,
const std::string &  name 
)

Definition at line 547 of file kpse.cc.

References name, path, and search().

Referenced by octave::directory_path::find_first().

Variable Documentation

◆ kpse_debug

unsigned int kpse_debug
extern

Definition at line 92 of file kpse.cc.

Referenced by octave::directory_path::init().