JUCE
Public Member Functions | List of all members
ScopedAutoReleasePool Class Reference

A handy C++ wrapper that creates and deletes an NSAutoreleasePool object using RAII. More...

Public Member Functions

 ScopedAutoReleasePool ()
 
 ~ScopedAutoReleasePool ()
 

Detailed Description

A handy C++ wrapper that creates and deletes an NSAutoreleasePool object using RAII.

You should use the JUCE_AUTORELEASEPOOL macro to create a local auto-release pool on the stack.

Constructor & Destructor Documentation

ScopedAutoReleasePool::ScopedAutoReleasePool ( )
ScopedAutoReleasePool::~ScopedAutoReleasePool ( )

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