<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: SBQueue - An Objective-C Queue for iOS 4.3</title>
	<atom:link href="http://blog.jdevelop.eu/2011/07/18/sbqueue-an-objective-c-queue-for-ios-43/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jdevelop.eu/2011/07/18/sbqueue-an-objective-c-queue-for-ios-43/</link>
	<description>Under development by Siegfried Bolz</description>
	<pubDate>Mon, 21 May 2012 03:26:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Siegfried Bolz</title>
		<link>http://blog.jdevelop.eu/2011/07/18/sbqueue-an-objective-c-queue-for-ios-43/comment-page-1/#comment-414</link>
		<dc:creator>Siegfried Bolz</dc:creator>
		<pubDate>Mon, 16 Jan 2012 19:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=619#comment-414</guid>
		<description>I have updated my project with your code and added a test for the fast enumeration. It also contains the project-files for JetBrains AppCode 1.x</description>
		<content:encoded><![CDATA[<p>I have updated my project with your code and added a test for the fast enumeration. It also contains the project-files for JetBrains AppCode 1.x</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siegfried Bolz</title>
		<link>http://blog.jdevelop.eu/2011/07/18/sbqueue-an-objective-c-queue-for-ios-43/comment-page-1/#comment-413</link>
		<dc:creator>Siegfried Bolz</dc:creator>
		<pubDate>Wed, 11 Jan 2012 11:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=619#comment-413</guid>
		<description>Great work, it is very useful. Thanks!</description>
		<content:encoded><![CDATA[<p>Great work, it is very useful. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://blog.jdevelop.eu/2011/07/18/sbqueue-an-objective-c-queue-for-ios-43/comment-page-1/#comment-412</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Tue, 10 Jan 2012 21:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=619#comment-412</guid>
		<description>Thanks for the nice queue class Siegfried.

I've added fast enumeration to the class, but unfortunately the reply field on this site keeps stripping out important pieces of the code.  If you would like to download it, you can find it at:

https://www.katr.com/code/SBQueueFast.zip

Now you can write:

for ( NSString *str in myQueue ) {
...do something
}</description>
		<content:encoded><![CDATA[<p>Thanks for the nice queue class Siegfried.</p>
<p>I&#8217;ve added fast enumeration to the class, but unfortunately the reply field on this site keeps stripping out important pieces of the code.  If you would like to download it, you can find it at:</p>
<p><a href="https://www.katr.com/code/SBQueueFast.zip" rel="nofollow">https://www.katr.com/code/SBQueueFast.zip</a></p>
<p>Now you can write:</p>
<p>for ( NSString *str in myQueue ) {<br />
&#8230;do something<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arden</title>
		<link>http://blog.jdevelop.eu/2011/07/18/sbqueue-an-objective-c-queue-for-ios-43/comment-page-1/#comment-402</link>
		<dc:creator>arden</dc:creator>
		<pubDate>Wed, 23 Nov 2011 06:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=619#comment-402</guid>
		<description>can i use fast enumeration on this queue? 
like 

SBQueue *queue = ;

for ( id item in [queue getAllObjects])
{
...
}

how to make fast enumeration available on your queue class as natural?
like

SBQueue *queue = ;

for ( id item in queue)
{
...
}</description>
		<content:encoded><![CDATA[<p>can i use fast enumeration on this queue?<br />
like </p>
<p>SBQueue *queue = ;</p>
<p>for ( id item in [queue getAllObjects])<br />
{<br />
&#8230;<br />
}</p>
<p>how to make fast enumeration available on your queue class as natural?<br />
like</p>
<p>SBQueue *queue = ;</p>
<p>for ( id item in queue)<br />
{<br />
&#8230;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

