#include "octave-config.h"
#include <string>
Go to the source code of this file.
Classes | |
class | process_execution_result |
Functions | |
OCTINTERP_API process_execution_result | run_command_and_return_output (const std::string &cmd_str) |
OCTINTERP_API process_execution_result run_command_and_return_output | ( | const std::string & | cmd_str | ) |
Definition at line 51 of file oct-process.cc.
References procstreambase::close(), process_execution_result::of_error(), process_execution_result::of_success(), wexitstatus(), and wifexited().
Referenced by initialize_jvm(), and latex_renderer::render().