<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Vincent Gable's Blog &#187; NSCFType</title>
	<atom:link href="http://vgable.com/blog/tag/nscftype/feed/" rel="self" type="application/rss+xml" />
	<link>http://vgable.com/blog</link>
	<description>my weblog.</description>
	<lastBuildDate>Tue, 29 Nov 2011 22:20:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CFShow is NSLog for Core Foundation Types</title>
		<link>http://vgable.com/blog/2008/09/27/cfshow-is-nslog-for-core-foundation-types/</link>
		<comments>http://vgable.com/blog/2008/09/27/cfshow-is-nslog-for-core-foundation-types/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 00:44:52 +0000</pubDate>
		<dc:creator>Vincent Gable</dc:creator>
				<category><![CDATA[MacOSX]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[CoreFoundation]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[NSCFType]]></category>
		<category><![CDATA[NSLog]]></category>

		<guid isPermaLink="false">http://vgable.com/blog/2008/09/27/cfshow-is-nslog-for-core-foundation-types/</guid>
		<description><![CDATA[CFShow(coreFoundationThingy) will print out a description of coreFoundationThingy to the console. Output looks something like: {value = w:1186.000000 h:687.000000 type = kAXValueCGSizeType} If NSLog() is printing something out as an NSCFType, try CFShow().]]></description>
			<content:encoded><![CDATA[<p><code>CFShow(coreFoundationThingy)</code> will print out a description of <code>coreFoundationThingy</code> to the console.  Output looks something like:</p>
<blockquote><p><AXValue 0x159f20> {value = w:1186.000000 h:687.000000 type = kAXValueCGSizeType}</p></blockquote>
<p>If <code>NSLog()</code> is printing something out as an <code>NSCFType</code>, try <code>CFShow()</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://vgable.com/blog/2008/09/27/cfshow-is-nslog-for-core-foundation-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

