Sha256: bbf12670d16c8a4cfdb0e8c0414698f37b9db4c2d630af085f858470bfa1e32d

Contents?: true

Size: 343 Bytes

Versions: 8

Compression:

Stored size: 343 Bytes

Contents

// -*- c++ -*-
#pragma once
#ifndef __RAYS_SRC_IOS_HELPER_H__
#define __RAYS_SRC_IOS_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

8 entries across 8 versions & 1 rubygems

Version Path
rays-0.3.4 src/ios/helper.h
rays-0.3.3 src/ios/helper.h
rays-0.3.2 src/ios/helper.h
rays-0.3.1 src/ios/helper.h
rays-0.3 src/ios/helper.h
rays-0.2.1 src/ios/helper.h
rays-0.2 src/ios/helper.h
rays-0.1.49 src/ios/helper.h