Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <ProcessID.h>
Definition at line 6 of file ProcessID.h.
Public Types | |
enum | ProcessID_t { MainProcess, MotionProcess, SoundProcess, NumProcesses } |
Holds ID number for each process. More... | |
Static Public Member Functions | |
ProcessID_t | getID () |
returns process's ID number, or if within a virtual function on a shared object, the process which created it (annoying) | |
Static Private Member Functions | |
void | setID (ProcessID_t id) |
sets the ID during init | |
Static Private Attributes | |
ProcessID_t | ID = ProcessID::NumProcesses |
holds ID number | |
Friends | |
class | MMCombo |
so that it can set the ID during init | |
class | SoundPlay |
so that it can set the ID during init |
|
Holds ID number for each process.
Definition at line 9 of file ProcessID.h. |
|
returns process's ID number, or if within a virtual function on a shared object, the process which created it (annoying)
Definition at line 16 of file ProcessID.h. References ID, and ProcessID_t. |
|
sets the ID during init
Definition at line 21 of file ProcessID.h. References ID. |
|
so that it can set the ID during init
Definition at line 19 of file ProcessID.h. |
|
so that it can set the ID during init
Definition at line 20 of file ProcessID.h. |
|
holds ID number
Definition at line 3 of file ProcessID.cc. |
Tekkotsu v1.4 |
Generated Sat Jul 19 00:09:06 2003 by Doxygen 1.3.2 |