Sha256: 2e54438ea55a05d883a4e4dc06a7102a7812982b365b5308dcb71bfd85f3db2f
Contents?: true
Size: 337 Bytes
Versions: 38
Compression:
Stored size: 337 Bytes
Contents
// -*- c++ -*- #pragma once #ifndef __RAYS_SRC_OSX_HELPER_H__ #define __RAYS_SRC_OSX_HELPER_H__ #include <memory> #include <CoreFoundation/CoreFoundation.h> namespace Rays { void safe_cfrelease (CFTypeRef ref); typedef std::shared_ptr<const __CFString> CFString; CFString cfstring (const char* str); }// Rays #endif//EOH
Version data entries
38 entries across 34 versions & 1 rubygems