YGP::OThread< T > Member List
This is the complete list of members for
YGP::OThread< T >, including all inherited members.
allowCancelation(bool allow=true) | YGP::Thread | |
cancel() | YGP::Thread | |
create(T *obj, THREAD_OBJMEMBER fnc, void *pArgs) | YGP::OThread< T > | [inline, static] |
YGP::Thread::create(THREAD_FUNCTION fnc, void *pArgs) | YGP::Thread | [inline, static] |
create2(T *obj, THREAD_OBJMEMBER fnc, void *pArgs) | YGP::OThread< T > | [inline, static] |
YGP::Thread::create2(THREAD_FUNCTION fnc, void *pArgs) | YGP::Thread | [inline, static] |
currentID() | YGP::Thread | [inline, static] |
getArgs() const | YGP::Thread | [inline] |
getID() const | YGP::Thread | [inline] |
init(THREAD_FUNCTION fnc, void *pArgs) | YGP::Thread | [protected] |
isToCancel() const | YGP::Thread | |
OThread(T *obj, THREAD_OBJMEMBER fnc, void *pArgs, bool threadAsArg=false) | YGP::OThread< T > | [inline, protected] |
pArgs_ | YGP::Thread | [protected] |
ret(void *rc) const | YGP::Thread | [protected] |
Thread() | YGP::Thread | [protected] |
Thread(THREAD_FUNCTION fnc, void *pArgs) | YGP::Thread | [protected] |
THREAD_FUNCTION typedef | YGP::Thread | |
THREAD_OBJMEMBER typedef | YGP::OThread< T > | |
waitForThread(const Thread &id) | YGP::Thread | [static] |
waitForThread(unsigned long threadID) | YGP::Thread | [static] |
~OThread() | YGP::OThread< T > | [inline] |
~Thread() | YGP::Thread | [virtual] |