![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Definition at line 86 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 89 of file play-service.cpp.
Definition at line 90 of file play-service.cpp.
|
inline |
Definition at line 99 of file play-service.cpp.
References Handle< IMP >::activate(), ProcessTable::endProcess(), and ProcessTable::processes_.
Here is the call graph for this function:
|
inline |
Definition at line 118 of file play-service.cpp.
References ProcessTable::isDead(), and ProcessTable::processes_.
Here is the call graph for this function:
|
inlineprivate |
Definition at line 125 of file play-service.cpp.
References ProcessTable::isDead(), and ProcessTable::processes_.
Referenced by ProcessTable::establishProcess().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestaticprivate |
Definition at line 135 of file play-service.cpp.
Referenced by ProcessTable::endProcess(), and ProcessTable::isActive().
Here is the caller graph for this function:
|
private |
Definition at line 94 of file play-service.cpp.
Referenced by ProcessTable::endProcess(), ProcessTable::establishProcess(), and ProcessTable::isActive().
Inheritance diagram for ProcessTable:
Collaboration diagram for ProcessTable: