Torc
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
torc
platforms
torccocoa.h
Go to the documentation of this file.
1
#ifndef TORCCOCOA_H
2
#define TORCCOCOA_H
3
4
// Std
5
#import <ApplicationServices/ApplicationServices.h>
6
7
class
CocoaAutoReleasePool
8
{
9
public
:
10
CocoaAutoReleasePool
();
11
~CocoaAutoReleasePool
();
12
13
private
:
14
void
*m_pool;
15
};
16
17
#endif // TORCCOCOA_H
CocoaAutoReleasePool::CocoaAutoReleasePool
CocoaAutoReleasePool()
Definition:
torccocoa.mm:39
CocoaAutoReleasePool::~CocoaAutoReleasePool
~CocoaAutoReleasePool()
Definition:
torccocoa.mm:57
CocoaAutoReleasePool
Definition:
torccocoa.h:7
Generated on Sat Jan 5 2019 21:54:03 for Torc by
1.8.11