|
FILE * | pipe |
|
std::istringstream * | iss |
|
Definition at line 88 of file pfm_gen_analysis.cpp.
PipeReader::PipeReader |
( |
const char * |
cmd | ) |
|
|
inline |
Definition at line 91 of file pfm_gen_analysis.cpp.
93 pipe = popen(cmd,
"r");
96 printf(
"Cannot open pipe. Exiting...\n");
101 std::string result =
"";
110 iss =
new std::istringstream(result, std::istringstream::in);
#define PIPE_BUFFER_LENGTH
PipeReader::~PipeReader |
( |
void |
| ) |
|
|
inline |
std::istringstream& PipeReader::output |
( |
void |
| ) |
|
|
inline |
std::istringstream* PipeReader::iss |
|
private |
The documentation for this class was generated from the following file: