Sha256: 0125c7f44971140c67daede2dbeb45d0fee5360bede5487f8e80966db7f06d1d
Contents?: true
Size: 345 Bytes
Versions: 6
Compression:
Stored size: 345 Bytes
Contents
// -*- c++ -*- #pragma once #ifndef __RAYS_OSX_HELPER_H__ #define __RAYS_OSX_HELPER_H__ #include <boost/shared_ptr.hpp> #include <CoreFoundation/CoreFoundation.h> namespace Rays { void safe_cfrelease (CFTypeRef ref); typedef boost::shared_ptr<const __CFString> CFString; CFString cfstring (const char* str); }// Rays #endif//EOH
Version data entries
6 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rays-0.1.9 | src/ios/helper.h |
rays-0.1.9 | src/osx/helper.h |
rays-0.1.8 | src/ios/helper.h |
rays-0.1.8 | src/osx/helper.h |
rays-0.1.7 | src/ios/helper.h |
rays-0.1.7 | src/osx/helper.h |