Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | Related Pages

StoringProcess Class Reference

Used to earsily execute a shell command. But contrary to EasyProcess the output are stored within the class. More...

Collaboration diagram for StoringProcess:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 StoringProcess (string executable, string parameters)
void Start ()

Public Attributes

string Output = ""
string Error = ""

Private Member Functions

void WriteStdOutput (string str)
void WriteStdError (string str)

Private Attributes

EasyProcess _process

Detailed Description

Used to earsily execute a shell command. But contrary to EasyProcess the output are stored within the class.


Constructor & Destructor Documentation

StoringProcess::StoringProcess string  executable,
string  parameters
[inline]
 


Member Function Documentation

void StoringProcess::Start  )  [inline]
 

void StoringProcess::WriteStdError string  str  )  [inline, private]
 

void StoringProcess::WriteStdOutput string  str  )  [inline, private]
 


Member Data Documentation

EasyProcess StoringProcess::_process [private]
 

string StoringProcess::Error = ""
 

string StoringProcess::Output = ""
 


The documentation for this class was generated from the following file: SourceForge.net Logo