<?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[zeiger auf non static member-functions]]></title><description><![CDATA[<p>moin, ich will aus einer klasse mit einem zeiger über eine map verschiedene member funktionen anderer klassen aufrufen. ist dies überhaupt möglich?</p>
<p>gruß rob</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/315876/zeiger-auf-non-static-member-functions</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Jul 2026 11:50:34 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/315876.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 15 Apr 2013 06:32:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to zeiger auf non static member-functions on Mon, 15 Apr 2013 06:32:58 GMT]]></title><description><![CDATA[<p>moin, ich will aus einer klasse mit einem zeiger über eine map verschiedene member funktionen anderer klassen aufrufen. ist dies überhaupt möglich?</p>
<p>gruß rob</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2315492</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2315492</guid><dc:creator><![CDATA[rob**]]></dc:creator><pubDate>Mon, 15 Apr 2013 06:32:58 GMT</pubDate></item><item><title><![CDATA[Reply to zeiger auf non static member-functions on Mon, 15 Apr 2013 06:50:31 GMT]]></title><description><![CDATA[<p>Am einfachsten <code>std::function&lt;..&gt;</code> mit <code>std::bind(..)</code> oder falls du noch kein C++11 zur Verfügung hast, <code>boost::function&lt;..&gt;</code> mit <code>boost::bind(..)</code> verwenden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2315494</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2315494</guid><dc:creator><![CDATA[theta]]></dc:creator><pubDate>Mon, 15 Apr 2013 06:50:31 GMT</pubDate></item><item><title><![CDATA[Reply to zeiger auf non static member-functions on Mon, 15 Apr 2013 07:31:39 GMT]]></title><description><![CDATA[<p>danke theta, werde ich mir mal angucken, kannte ich noch nicht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2315499</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2315499</guid><dc:creator><![CDATA[rob**]]></dc:creator><pubDate>Mon, 15 Apr 2013 07:31:39 GMT</pubDate></item></channel></rss>