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

Version Path
rays-0.1.26 src/osx/helper.h
rays-0.1.25 src/osx/helper.h
rays-0.1.24 src/osx/helper.h
rays-0.1.23 src/osx/helper.h
rays-0.1.22 src/osx/helper.h
rays-0.1.21 src/osx/helper.h
rays-0.1.20 src/osx/helper.h
rays-0.1.19 src/osx/helper.h
rays-0.1.18 src/osx/helper.h
rays-0.1.17 src/osx/helper.h
rays-0.1.16 src/osx/helper.h
rays-0.1.16 src/ios/helper.h
rays-0.1.15 src/osx/helper.h
rays-0.1.15 src/ios/helper.h
rays-0.1.14 src/osx/helper.h
rays-0.1.14 src/ios/helper.h
rays-0.1.13 src/osx/helper.h
rays-0.1.13 src/ios/helper.h