assign(const func_type &fn) | sf::TClosure< int, Thread & > | |
assign(ClassType *cls, MethodType mtd, BoundArgs... args) | sf::TClosure< int, Thread & > | |
call(Args... args) const | sf::TClosure< int, Thread & > | protected |
cleanup() | sf::Thread | protectedvirtual |
Code | sf::Thread | |
EPriority enum name | sf::Thread | |
EStatus enum name | sf::Thread | |
exit(int code) | sf::Thread | |
func_type typedef | sf::TClosure< int, Thread & > | |
getCurrent() | sf::Thread | static |
getCurrentHandle() | sf::Thread | static |
getCurrentId() | sf::Thread | static |
getCurrentStackSize() | sf::Thread | static |
getExitCode() const | sf::Thread | |
getHandle() const | sf::Thread | |
getId() const | sf::Thread | |
getMainId() | sf::Thread | static |
getName() const | sf::Thread | |
getPriority() const | sf::Thread | |
getStatus() const | sf::Thread | |
getStatusText(EStatus status=(EStatus) -1) const | sf::Thread | |
getTerminationSignal() | sf::Thread | static |
handle_type typedef | sf::Thread | |
id_type typedef | sf::Thread | |
isAssigned() const | sf::TClosure< int, Thread & > | |
isDebug() const | sf::Thread | inline |
isSelf() const | sf::Thread | |
operator bool() const | sf::TClosure< int, Thread & > | explicit |
operator handle_type() const | sf::Thread | inline |
operator()(Args... args) const | sf::TClosure< int, Thread & > | |
sf::operator=(const Thread &)=delete | sf::Thread | |
TClosure< int, Thread & >::operator=(const TClosure &c) | sf::TClosure< int, Thread & > | |
TClosure< int, Thread & >::operator=(const func_type &f) | sf::TClosure< int, Thread & > | |
Ptr | sf::Thread | |
run() override | sf::ThreadClosure | inlineprotectedvirtual |
setDebug(bool yn) | sf::Thread | inline |
setName(const char *name) | sf::Thread | |
setPriority(int pri, int sp=Attributes::spScheduleOther) | sf::Thread | |
setTerminationTime(const TimeSpec &ts) | sf::Thread | |
shouldTerminate() const | sf::Thread | |
sleep(const TimeSpec &ts, bool alertable=true) const | sf::Thread | |
start() | sf::Thread | |
start(const Attributes &attr) | sf::Thread | |
TClosure()=default | sf::TClosure< int, Thread & > | |
TClosure(const TClosure &c) | sf::TClosure< int, Thread & > | |
TClosure(const func_type &fn) | sf::TClosure< int, Thread & > | explicit |
terminate() | sf::Thread | virtual |
terminateAndWait() | sf::Thread | |
TerminationSignal() | sf::Thread | protected |
Thread(const Thread &)=delete | sf::Thread | |
Thread(const std::string &name) | sf::Thread | protected |
Thread(bool) | sf::Thread | protected |
ThreadClosure(const std::string &name="") | sf::ThreadClosure | inline |
ThreadClosure(const func_type &func, const std::string &name="") | sf::ThreadClosure | inlineexplicit |
tpAboveNormal enum value | sf::Thread | |
tpBelowNormal enum value | sf::Thread | |
tpHighest enum value | sf::Thread | |
tpIdle enum value | sf::Thread | |
tpLowest enum value | sf::Thread | |
tpNormal enum value | sf::Thread | |
tpTimeCritical enum value | sf::Thread | |
tsCreated enum value | sf::Thread | |
tsFinished enum value | sf::Thread | |
tsInvalid enum value | sf::Thread | |
tsRunning enum value | sf::Thread | |
tsTerminated enum value | sf::Thread | |
unassign() | sf::TClosure< int, Thread & > | |
waitForExit() | sf::Thread | |
yieldToOther() | sf::Thread | static |
~Thread() | sf::Thread | protectedvirtual |