<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[inline]]></title><description><![CDATA[<p>hallo,</p>
<p>hab mal gelesen, dass man inline-funktionen nur für sehr kleine funktion benutzen sollte - stimmt das?</p>
<p>wie siehts damit aus:</p>
<pre><code>inline GLfloat x_unit_convert(GLfloat x)
{
  return pos_x + x;
}
</code></pre>
<p>mfg blan</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/129969/inline</link><generator>RSS for Node</generator><lastBuildDate>Wed, 26 Aug 2026 10:19:30 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/129969.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 18 Dec 2005 14:54:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to inline on Sun, 18 Dec 2005 14:54:58 GMT]]></title><description><![CDATA[<p>hallo,</p>
<p>hab mal gelesen, dass man inline-funktionen nur für sehr kleine funktion benutzen sollte - stimmt das?</p>
<p>wie siehts damit aus:</p>
<pre><code>inline GLfloat x_unit_convert(GLfloat x)
{
  return pos_x + x;
}
</code></pre>
<p>mfg blan</p>
]]></description><link>https://www.c-plusplus.net/forum/post/944862</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/944862</guid><dc:creator><![CDATA[blan]]></dc:creator><pubDate>Sun, 18 Dec 2005 14:54:58 GMT</pubDate></item><item><title><![CDATA[Reply to inline on Sun, 18 Dec 2005 15:01:55 GMT]]></title><description><![CDATA[<p>Du kannst sie so gross machen wie du willst. Der compiler entscheidet sowieso selbst ob er die funktion inline macht oder nicht. Bei grossen Funktionen sinkt die Wahrscheinlichkeit dass er die Funktion inline macht.<br />
Kurt</p>
]]></description><link>https://www.c-plusplus.net/forum/post/944871</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/944871</guid><dc:creator><![CDATA[ZuK]]></dc:creator><pubDate>Sun, 18 Dec 2005 15:01:55 GMT</pubDate></item><item><title><![CDATA[Reply to inline on Sun, 18 Dec 2005 15:04:04 GMT]]></title><description><![CDATA[<p>hm.. was is dann der vorteil von inline - schneller?</p>
<p>mfg blan</p>
]]></description><link>https://www.c-plusplus.net/forum/post/944875</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/944875</guid><dc:creator><![CDATA[blan]]></dc:creator><pubDate>Sun, 18 Dec 2005 15:04:04 GMT</pubDate></item><item><title><![CDATA[Reply to inline on Sun, 18 Dec 2005 15:06:29 GMT]]></title><description><![CDATA[<p>Jawohl, sie sind schneller.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/944877</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/944877</guid><dc:creator><![CDATA[hjdt]]></dc:creator><pubDate>Sun, 18 Dec 2005 15:06:29 GMT</pubDate></item><item><title><![CDATA[Reply to inline on Sun, 18 Dec 2005 15:59:18 GMT]]></title><description><![CDATA[<p><a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-105893.html" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic-var-t-is-105893.html</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/944906</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/944906</guid><dc:creator><![CDATA[HumeSikkins]]></dc:creator><pubDate>Sun, 18 Dec 2005 15:59:18 GMT</pubDate></item></channel></rss>