ClanLib  2.3.7
Friends | List of all members
CL_ThreadLocalStorage Class Reference

Thread class. More...

#include <thread_local_storage.h>

Static Public Member Functions

Attributes
static CL_SharedPtr
< CL_ThreadLocalStorageData
get_variable (const CL_StringRef &name)
 Get a variable. More...
 
Operations
static void set_variable (const CL_StringRef &name, CL_SharedPtr< CL_ThreadLocalStorageData > ptr)
 Set a variable. More...
 

Friends

class CL_SetupCore
 

Construction

 CL_ThreadLocalStorage ()
 Constructs a Thread Local Storage object. More...
 
 ~CL_ThreadLocalStorage ()
 

Detailed Description

Thread class.

Constructor & Destructor Documentation

CL_ThreadLocalStorage::CL_ThreadLocalStorage ( )

Constructs a Thread Local Storage object.

CL_ThreadLocalStorage::~CL_ThreadLocalStorage ( )

Member Function Documentation

static CL_SharedPtr<CL_ThreadLocalStorageData> CL_ThreadLocalStorage::get_variable ( const CL_StringRef name)
static

Get a variable.

static void CL_ThreadLocalStorage::set_variable ( const CL_StringRef name,
CL_SharedPtr< CL_ThreadLocalStorageData ptr 
)
static

Set a variable.

Friends And Related Function Documentation

friend class CL_SetupCore
friend

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