BWAPI
Classes
SPAR/AIModule/SparAIModule/Utils/ProcessContainer.h File Reference
#include "Process.h"
#include "SafeList.h"
#include "../SparAIContainer.h"
Include dependency graph for ProcessContainer.h:
This graph shows which files directly or indirectly include this file:

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
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines