|
|
A class, describing a Process on the Psion. Objects of this type are used by rpcs::queryPrograms for returning the currently running processes.
|
Default constructor
|
A copy constructor. Mainly used by STL container classes.
Parameters:
d | The object to be used as initializer. |
|
Initializing Constructor
~ |
Default destructor.
int |
Retrieves the PID of a process.
Returns: The PID of this instance.
const char * |
Retrieve the file name of a process.
Returns: The name of this instance.
const char * |
Retrieve the file name of a process.
Returns: The arguments of this instance.
const char * |
Retrieve the file name and PID of a process.
Returns: The name and PID this instance in the format name.$pid .
PsiProcess & |
Assignment operator Mainly used by STL container classes.
Parameters:
e | The new value to assign. |
Returns: The modified object.
friend class std::ostream & |
Prints the object contents. The output is in human readable similar to the output of a "ls" command.