BWAPI
|
Go to the source code of this file.
Classes | |
class | ProcessContainer< ProcessType, ZombifyOnTerminate > |
A process container wraps a process, setting the process pointer to NULL when the process terminates. Additionally, if ZombifyOnTerminate is true processes stored in the process container are automatically scheduled for zombification when they terminate. More... | |
class | ProcessContainerList< ProcessType, ZombifyOnTerminate > |
A process container list wraps a list of processes, removing processes from the list when they terminate. Additionally, if ZombifyOnTerminate is true processes stored in the process list are automatically scheduled for zombification when they terminate. More... | |
struct | ProcessContainerList< ProcessType, ZombifyOnTerminate >::ProcessWrapper |