Go to the source code of this file.
◆ AddArg()
bool AddArg |
( |
const char * |
arg_s, |
|
|
ArgsProcessor * |
ap_p, |
|
|
bool |
hyphen_flag |
|
) |
| |
Add the argument to the command line arguments stored in a ByteBuffer.
- Parameters
-
arg_s | The argument to add. |
ap_p | The ArgsProcessor to use to store the argument. |
hyphen_flag | If this is true then a "-" will be prepended to the argument that is being added to the ByteBuffer. |
- Returns
true
if the argument was added successfully, false
otherwise.
◆ WriteCommandLineToFile()
bool WriteCommandLineToFile |
( |
const char * |
command_line_s, |
|
|
const char * |
filename_s |
|
) |
| |
◆ GetBlastJobFilename()
char* GetBlastJobFilename |
( |
const char *const |
prefix_s, |
|
|
const char * |
job_id_s, |
|
|
const char *const |
suffix_s |
|
) |
| |
◆ GetBlastJobFilenameByUuid()
char* GetBlastJobFilenameByUuid |
( |
const char *const |
prefix_s, |
|
|
const uuid_t |
id, |
|
|
const char *const |
suffix_s |
|
) |
| |