Definition in file SgProcess.cpp.
#include "SgSystem.h"
#include "SgProcess.h"
#include <errno.h>
#include <fstream>
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <unistd.h>
#include "SgDebug.h"
#include "SgException.h"
#include "SgStringUtil.h"
Go to the source code of this file.
Functions | |
__gnu_cxx::stdio_filebuf< char > * | CreateFileBuf (int fileDescriptor, std::ios_base::openmode mode) |
void | TerminateChild (const char *message) |
__gnu_cxx::stdio_filebuf<char>* @5::CreateFileBuf | ( | int | fileDescriptor, | |
std::ios_base::openmode | mode | |||
) | [static] |
void @5::TerminateChild | ( | const char * | message | ) | [static] |
Definition at line 42 of file SgProcess.cpp.
References SgDebug().
Referenced by SgProcess::SgProcess().