#include "oct-env.h"
Definition at line 37 of file oct-env.h.
◆ env()
◆ ~env()
◆ absolute_pathname()
bool env::absolute_pathname |
( |
const std::string & |
s | ) |
|
|
static |
◆ base_pathname()
std::string env::base_pathname |
( |
const std::string & |
s | ) |
|
|
static |
◆ chdir()
bool env::chdir |
( |
const std::string & |
newdir | ) |
|
|
static |
◆ get_current_directory()
std::string env::get_current_directory |
( |
| ) |
|
|
static |
◆ get_home_directory()
std::string env::get_home_directory |
( |
| ) |
|
|
static |
◆ get_host_name()
std::string env::get_host_name |
( |
| ) |
|
|
static |
◆ get_program_invocation_name()
std::string env::get_program_invocation_name |
( |
| ) |
|
|
static |
◆ get_program_name()
std::string env::get_program_name |
( |
| ) |
|
|
static |
◆ get_temp_directory()
std::string env::get_temp_directory |
( |
| ) |
|
|
static |
◆ get_user_config_directory()
std::string env::get_user_config_directory |
( |
| ) |
|
|
static |
◆ get_user_data_directory()
std::string env::get_user_data_directory |
( |
| ) |
|
|
static |
◆ get_user_name()
std::string env::get_user_name |
( |
| ) |
|
|
static |
◆ getenv()
std::string env::getenv |
( |
const std::string & |
name | ) |
|
|
static |
◆ have_x11_display()
bool env::have_x11_display |
( |
| ) |
|
|
static |
◆ isenv()
bool env::isenv |
( |
const std::string & |
name | ) |
|
|
static |
◆ make_absolute()
std::string env::make_absolute |
( |
const std::string & |
s, |
|
|
const std::string & |
dot_path = get_current_directory () |
|
) |
| |
|
static |
◆ polite_directory_format()
std::string env::polite_directory_format |
( |
const std::string & |
name | ) |
|
|
static |
◆ putenv()
void env::putenv |
( |
const std::string & |
name, |
|
|
const std::string & |
value |
|
) |
| |
|
static |
◆ rooted_relative_pathname()
bool env::rooted_relative_pathname |
( |
const std::string & |
s | ) |
|
|
static |
◆ set_program_name()
void env::set_program_name |
( |
const std::string & |
s | ) |
|
|
static |
The documentation for this class was generated from the following files: