#include <map>
#include <memory>
#include <string>
#include <vector>
#include "trans.h"
Go to the source code of this file.
◆ CreateCmdObj
◆ clear_env()
◆ get_env_variable()
| std::string get_env_variable |
( |
std::string | key | ) |
|
◆ get_next_param()
| std::string get_next_param |
( |
const std::string & | cmd, |
|
|
size_t & | pos, |
|
|
char | separate = ' ' ) |
◆ insert_env_variable()
| int insert_env_variable |
( |
const std::string & | key, |
|
|
const std::string & | value ) |
◆ is_evn_exist()
| bool is_evn_exist |
( |
std::string | key | ) |
|
◆ run_cmd()
| int run_cmd |
( |
CmdCtx * | pCtx, |
|
|
const char * | cmd, |
|
|
int | dry ) |
◆ run_cmds()
| int run_cmds |
( |
const char * | protocol, |
|
|
CmdCtx * | p ) |