Lolly 1.4.28
|
Go to the source code of this file.
Namespaces | |
namespace | lolly |
Macros | |
#define | URL_CONCATER '/' |
#define | URL_SEPARATOR ':' |
Functions | |
string | get_env (string var) |
void | set_env (string var, string with) |
string | get_user_login () |
string | get_user_name () |
bool | os_win () |
bool | os_mingw () |
bool | os_macos () |
bool | os_wasm () |
SN | get_process_id () |
array< string > | evaluate_system (array< string > arg, array< int > fd_in, array< string > in, array< int > fd_out) |
void | lolly::init_tbox () |
string | lolly::get_stacktrace (unsigned int max_frames) |
#define URL_CONCATER '/' |
Definition at line 22 of file sys_utils.hpp.
#define URL_SEPARATOR ':' |
Definition at line 23 of file sys_utils.hpp.
Definition at line 25 of file sys_utils.cpp.
Definition at line 49 of file sys_utils.cpp.
string get_user_login | ( | ) |
Definition at line 64 of file sys_utils.cpp.
string get_user_name | ( | ) |
Definition at line 79 of file sys_utils.cpp.
bool os_win | ( | ) |
Definition at line 94 of file sys_utils.cpp.
bool os_mingw | ( | ) |
Definition at line 103 of file sys_utils.cpp.
bool os_macos | ( | ) |
Definition at line 112 of file sys_utils.cpp.
bool os_wasm | ( | ) |
Definition at line 121 of file sys_utils.cpp.
SN get_process_id | ( | ) |
Definition at line 130 of file sys_utils.cpp.
array< string > evaluate_system | ( | array< string > | arg, |
array< int > | fd_in, | ||
array< string > | in, | ||
array< int > | fd_out ) |
Definition at line 145 of file sys_utils.cpp.