Cinder  0.9.1
Public Member Functions | Protected Attributes | List of all members
cinder::ThreadSetup Class Reference

#include <Thread.h>

Public Member Functions

 ThreadSetup ()
 
 ~ThreadSetup ()
 

Protected Attributes

cocoa::SafeNsAutoreleasePool mAutoreleasePool
 

Detailed Description

Create an instance of this class at the beginning of any multithreaded code that makes use of Cinder functionality.

Constructor & Destructor Documentation

cinder::ThreadSetup::ThreadSetup ( )
cinder::ThreadSetup::~ThreadSetup ( )

Member Data Documentation

cocoa::SafeNsAutoreleasePool cinder::ThreadSetup::mAutoreleasePool
protected

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