<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Counter</title><link>https://sourceforge.net/p/gearlib/wiki/Counter/</link><description>Recent changes to Counter</description><atom:link href="https://sourceforge.net/p/gearlib/wiki/Counter/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 07 Sep 2013 06:16:27 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/gearlib/wiki/Counter/feed" rel="self" type="application/rss+xml"/><item><title>Counter modified by E. Liguori</title><link>https://sourceforge.net/p/gearlib/wiki/Counter/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,6 +1,7 @@
 #class Counter#

 1. [Introduction](./#Introduction)
++ [Use exeples](./#use)
 + [Properties](./#Properties)
 + [Methods](./#Methods)
     1. [Counter(int _start)](./#Counter(int _start))
@@ -24,6 +25,7 @@
     1. [++](./#++)

 ##&lt;span id="Introduction"&gt;Introduction&lt;/span&gt;##
+##&lt;span id="use"&gt;Use exeples&lt;/span&gt;##
 ##&lt;span id="Properties"&gt;Properties&lt;/span&gt;##
 ##&lt;span id="Methods"&gt;Methods&lt;/span&gt;##
 ##&lt;span id="Counter(int _start)"&gt;Counter(int _start)&lt;/span&gt;##
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">E. Liguori</dc:creator><pubDate>Sat, 07 Sep 2013 06:16:27 -0000</pubDate><guid>https://sourceforge.netc253ddb032549a9910faeef7453b8eb1fbfdf394</guid></item><item><title>Counter modified by E. Liguori</title><link>https://sourceforge.net/p/gearlib/wiki/Counter/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -5,23 +5,23 @@
 + [Methods](./#Methods)
     1. [Counter(int _start)](./#Counter(int _start))
         1. [Counter(int _start, int _end)](./#Counter(int _start, int _end))
-        + [Counter(int _start, int _end, int _step)](Counter(int _start, int _end, int _step))
-        + [Counter(int _start, int _end, int _step, int _val)](Counter(int _start, int _end, int _step, int _val))
-    + [int end()](int end())
-        1. [int end(int _end)](int end(int _end))
-    + [int start()](int start())
-        1. [int start(int _start)](int start(int _start))
-    + [void reverse()](void reverse())
-    + [void reset()](void reset())
-    + [int value()](int value())
-        1. [int value(bool _increment)](int value(bool _increment))
-        + [int value(int _step)](int value(int _step))
-    + [int step()](int step())
-        1. [int step(int _step)](int step(int _step))
-    + [int cycles()](int cycles())
-        1. [int cycles(int _loops)](int cycles(int _loops))
+        + [Counter(int _start, int _end, int _step)](./#Counter(int _start, int _end, int _step))
+        + [Counter(int _start, int _end, int _step, int _val)](./#Counter(int _start, int _end, int _step, int _val))
+    + [int end()](./#int end())
+        1. [int end(int _end)](./#int end(int _end))
+    + [int start()](./#int start())
+        1. [int start(int _start)](./#int start(int _start))
+    + [void reverse()](./#void reverse())
+    + [void reset()](./#void reset())
+    + [int value()](./#int value())
+        1. [int value(bool _increment)](./#int value(bool _increment))
+        + [int value(int _step)](./#int value(int _step))
+    + [int step()](./#int step())
+        1. [int step(int _step)](./#int step(int _step))
+    + [int cycles()](./#int cycles())
+        1. [int cycles(int _loops)](./#int cycles(int _loops))
 + Operatori
-    1. [++](++)
+    1. [++](./#++)

 ##&lt;span id="Introduction"&gt;Introduction&lt;/span&gt;##
 ##&lt;span id="Properties"&gt;Properties&lt;/span&gt;##
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">E. Liguori</dc:creator><pubDate>Sat, 07 Sep 2013 06:13:19 -0000</pubDate><guid>https://sourceforge.net9ad2026eb36a02b7cf41203a5d80c7702e8f7d26</guid></item><item><title>Counter modified by E. Liguori</title><link>https://sourceforge.net/p/gearlib/wiki/Counter/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -3,25 +3,43 @@
 1. [Introduction](./#Introduction)
 + [Properties](./#Properties)
 + [Methods](./#Methods)
-    1. Counter(int _start)
-        1. Counter(int _start, int _end)
-        + Counter(int _start, int _end, int _step)
-        + Counter(int _start, int _end, int _step, int _val)
-    + int end()
-        1. int end(int _end)
-    + int start()
-        1. int start(int _start)
-    + void reverse()
-    + void reset()
-    + int value()
-        1. int value(bool _increment)
-        + int value(int _step)
-    + int step()
-        1. int step(int _step)
-    + int count()
-        1. int count(int _loops)
+    1. [Counter(int _start)](./#Counter(int _start))
+        1. [Counter(int _start, int _end)](./#Counter(int _start, int _end))
+        + [Counter(int _start, int _end, int _step)](Counter(int _start, int _end, int _step))
+        + [Counter(int _start, int _end, int _step, int _val)](Counter(int _start, int _end, int _step, int _val))
+    + [int end()](int end())
+        1. [int end(int _end)](int end(int _end))
+    + [int start()](int start())
+        1. [int start(int _start)](int start(int _start))
+    + [void reverse()](void reverse())
+    + [void reset()](void reset())
+    + [int value()](int value())
+        1. [int value(bool _increment)](int value(bool _increment))
+        + [int value(int _step)](int value(int _step))
+    + [int step()](int step())
+        1. [int step(int _step)](int step(int _step))
+    + [int cycles()](int cycles())
+        1. [int cycles(int _loops)](int cycles(int _loops))
 + Operatori
-    1. ++
+    1. [++](++)

 ##&lt;span id="Introduction"&gt;Introduction&lt;/span&gt;##
+##&lt;span id="Properties"&gt;Properties&lt;/span&gt;##
+##&lt;span id="Methods"&gt;Methods&lt;/span&gt;##
+##&lt;span id="Counter(int _start)"&gt;Counter(int _start)&lt;/span&gt;##
+##&lt;span id="Counter(int _start, int _end)"&gt;Counter(int _start, int _end)&lt;/span&gt;##
+##&lt;span id="Counter(int _start, int _end, int _step)"&gt;Counter(int _start, int _end, int _step)&lt;/span&gt;##
+##&lt;span id="Counter(int _start, int _end, int _step, int _val)"&gt;Counter(int _start, int _end, int _step, int _val)&lt;/span&gt;##
+##&lt;span id="int end()"&gt;int end()&lt;/span&gt;##
+##&lt;span id="int end(int _end)"&gt;int end(int _end)&lt;/span&gt;##
+##&lt;span id="int start()"&gt;int start()&lt;/span&gt;##
+##&lt;span id="int start(int _start)"&gt;int start(int _start)&lt;/span&gt;##
+##&lt;span id="void reverse()"&gt;void reverse()&lt;/span&gt;##
+##&lt;span id="void reset()"&gt;void reset()&lt;/span&gt;##
+##&lt;span id="int value()"&gt;int value()&lt;/span&gt;##
+##&lt;span id="int step()"&gt;int step()&lt;/span&gt;##
+##&lt;span id="int step(int _step)"&gt;int step(int _step)&lt;/span&gt;##
+##&lt;span id="int cycles()"&gt;int cycles()&lt;/span&gt;##
+##&lt;span id="int cycles(int _loops)"&gt;int cycles(int _loops)&lt;/span&gt;##
+##&lt;span id="++"&gt;operator ++&lt;/span&gt;##

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">E. Liguori</dc:creator><pubDate>Sat, 07 Sep 2013 06:12:11 -0000</pubDate><guid>https://sourceforge.net15ab58020734011e7aefaf047df5d252e75cb788</guid></item><item><title>Counter modified by E. Liguori</title><link>https://sourceforge.net/p/gearlib/wiki/Counter/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,8 +1,8 @@
 #class Counter#

-1. Introduzione
-+ Proprietà
-+ Metodi
+1. [Introduction](./#Introduction)
++ [Properties](./#Properties)
++ [Methods](./#Methods)
     1. Counter(int _start)
         1. Counter(int _start, int _end)
         + Counter(int _start, int _end, int _step)
@@ -22,4 +22,6 @@
         1. int count(int _loops)
 + Operatori
     1. ++
+
+##&lt;span id="Introduction"&gt;Introduction&lt;/span&gt;##

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">E. Liguori</dc:creator><pubDate>Sat, 07 Sep 2013 06:02:54 -0000</pubDate><guid>https://sourceforge.nete6119be4fd77366159ce2bbe2d29cc5e891dbc51</guid></item><item><title>Counter modified by E. Liguori</title><link>https://sourceforge.net/p/gearlib/wiki/Counter/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -20,4 +20,6 @@
         1. int step(int _step)
     + int count()
         1. int count(int _loops)
++ Operatori
+    1. ++

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">E. Liguori</dc:creator><pubDate>Sat, 07 Sep 2013 06:00:02 -0000</pubDate><guid>https://sourceforge.netc85b7ee6f90dbc92fc6b0bf049aa277116ceb47f</guid></item><item><title>Counter modified by E. Liguori</title><link>https://sourceforge.net/p/gearlib/wiki/Counter/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="class-counter"&gt;class Counter&lt;/h1&gt;
&lt;ol&gt;
&lt;li&gt;Introduzione&lt;/li&gt;
&lt;li&gt;Proprietà&lt;/li&gt;
&lt;li&gt;Metodi&lt;ol&gt;
&lt;li&gt;Counter(int _start)&lt;ol&gt;
&lt;li&gt;Counter(int _start, int _end)&lt;/li&gt;
&lt;li&gt;Counter(int _start, int _end, int _step)&lt;/li&gt;
&lt;li&gt;Counter(int _start, int _end, int _step, int _val)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;int end()&lt;ol&gt;
&lt;li&gt;int end(int _end)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;int start()&lt;ol&gt;
&lt;li&gt;int start(int _start)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;void reverse()&lt;/li&gt;
&lt;li&gt;void reset()&lt;/li&gt;
&lt;li&gt;int value()&lt;ol&gt;
&lt;li&gt;int value(bool _increment)&lt;/li&gt;
&lt;li&gt;int value(int _step)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;int step()&lt;ol&gt;
&lt;li&gt;int step(int _step)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;int count()&lt;ol&gt;
&lt;li&gt;int count(int _loops)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">E. Liguori</dc:creator><pubDate>Fri, 06 Sep 2013 14:48:22 -0000</pubDate><guid>https://sourceforge.netc8bb5c5dce3a6f0a3b1cdaa9470ff7f4f3b05705</guid></item></channel></rss>