Sha256: aa8d103153c58ade6f77a3ba92e49bd066981e2b79272eca683aa609b9e396d1
Contents?: true
Size: 343 Bytes
Versions: 9
Compression:
Stored size: 343 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> CFStringPtr; CFStringPtr cfstring (const char* str); }// Rays #endif//EOH
Version data entries
9 entries across 9 versions & 1 rubygems