torque Torque Game Engine Documentation
TGE Version 1.5.2

UnixCommandExecutor Class Reference

#include <x86UNIXUtils.h>


Public Member Functions

 UnixCommandExecutor ()
 ~UnixCommandExecutor ()
int exec (char *args[], char *stdoutCapture, int stdoutCaptureSize)

Private Member Functions

void clearFields ()
void cleanup ()

Private Attributes

int mRet
int mStdoutSave
int mStderrSave
int mPipeFiledes [2]
int mChildPID
int mBytesRead
bool mStdoutClosed
bool mStderrClosed
bool mChildExited


Constructor & Destructor Documentation

UnixCommandExecutor::UnixCommandExecutor (  ) 

UnixCommandExecutor::~UnixCommandExecutor (  ) 


Member Function Documentation

void UnixCommandExecutor::clearFields (  )  [private]

void UnixCommandExecutor::cleanup (  )  [private]

int UnixCommandExecutor::exec ( char *  args[],
char *  stdoutCapture,
int  stdoutCaptureSize 
)


Field Documentation




All Rights Reserved GarageGames.com, Inc. 1999-2005
Auto-magically Generated with Doxygen