Kicking it Olde Sküül! Burgerlib on Github Follow Olde Sküül on Twitter Burgerbecky on LinkedIn Burgerbecky on LinkedIn
Loading...
Searching...
No Matches
burgerdarwin.h File Reference

Burgerlib functions for Darwin platforms. More...

This graph shows which files directly or indirectly include this file:

Classes

class  Burger::AutoreleasePool
 Create an instance of a NSAutoreleasePool. More...
 

Namespaces

namespace  Burger
 

Macros

#define BURGER_SCOPED_AUTORELEASE    const Burger::AutoreleasePool BURGER_JOIN2(TempPool, __LINE__)
 Create a scoped autorelease memory pool.
 

Detailed Description

Burgerlib functions for Darwin platforms.


This header is only included on Darwin based platforms such as iOS, TVOS, iPadOS, and MacOSX.

Macro Definition Documentation

◆ BURGER_SCOPED_AUTORELEASE

#define BURGER_SCOPED_AUTORELEASE    const Burger::AutoreleasePool BURGER_JOIN2(TempPool, __LINE__)

Create a scoped autorelease memory pool.


Note
Only available on Darwin platforms when compiling using Objective-C or Objective-C++. If not, this macro will reduce to no operation.
See also
Burger::AutoreleasePool