Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Poco::ThreadImpl::CurrentThreadHolder Class Reference

Public Member Functions

 CurrentThreadHolder ()
 
 ~CurrentThreadHolder ()
 
ThreadImplget () const
 
void set (ThreadImpl *pThread)
 

Private Attributes

DWORD _slot
 

Detailed Description

Definition at line 88 of file Thread_WIN32.h.

Constructor & Destructor Documentation

◆ CurrentThreadHolder()

Poco::ThreadImpl::CurrentThreadHolder::CurrentThreadHolder ( )
inline

Definition at line 91 of file Thread_WIN32.h.

◆ ~CurrentThreadHolder()

Poco::ThreadImpl::CurrentThreadHolder::~CurrentThreadHolder ( )
inline

Definition at line 96 of file Thread_WIN32.h.

Member Function Documentation

◆ get()

ThreadImpl * Poco::ThreadImpl::CurrentThreadHolder::get ( ) const
inline

Definition at line 100 of file Thread_WIN32.h.

◆ set()

void Poco::ThreadImpl::CurrentThreadHolder::set ( ThreadImpl * pThread)
inline

Definition at line 104 of file Thread_WIN32.h.

Member Data Documentation

◆ _slot

DWORD Poco::ThreadImpl::CurrentThreadHolder::_slot
private

Definition at line 110 of file Thread_WIN32.h.


The documentation for this class was generated from the following file: