Sha256: abf779ca0f186cccd2b0ed9b326d8e184fc390c715cb70030de548a59cb530b5
Contents?: true
Size: 353 Bytes
Versions: 6
Compression:
Stored size: 353 Bytes
Contents
// -*- c++ -*- #pragma once #ifndef __RAYS_SRC_OSX_HELPER_H__ #define __RAYS_SRC_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.12 | src/ios/helper.h |
rays-0.1.12 | src/osx/helper.h |
rays-0.1.11 | src/ios/helper.h |
rays-0.1.11 | src/osx/helper.h |
rays-0.1.10 | src/ios/helper.h |
rays-0.1.10 | src/osx/helper.h |