|
| 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.
{
{
printf("Cannot open pipe. Exiting...\n");
exit(1);
}
std::string result = "";
{
{
result += buffer;
}
}
iss =
new std::istringstream(result, std::istringstream::in);
}
| 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: