Lumiera
0.pre.03
»edit your freedom«
|
Definition at line 95 of file play-service.cpp.
Public Member Functions | |
Play::Controller | establishProcess (PlayProcess *newProcess) |
bool | isActive () const |
Private Types | |
typedef weak_ptr< PlayProcess > | Entry |
typedef std::vector< Entry > | ProcTable |
Private Member Functions | |
void | endProcess (PlayProcess *dyingProcess) |
Static Private Member Functions | |
static bool | isDead (Entry const &e) |
Private Attributes | |
ProcTable | processes_ |
Additional Inherited Members | |
Static Public Member Functions inherited from Sync< CONF > | |
static Monitor & | getMonitor (Sync const *forThis) |
|
private |
Definition at line 103 of file play-service.cpp.