]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
(Commit created by redmine exporter script from page "NewQC" version 14)
authorFlorian Paul Schmidt <mista.tapas@gmx.net>
Sun, 28 Mar 2010 04:12:00 +0000 (04:12 +0000)
committerRedmineExport <redmineexport@dev.xonotic.org>
Mon, 17 Nov 2014 17:53:33 +0000 (17:53 +0000)
NewQC.textile

index 880ebcdc266c352f3ff01c2be7ccc9c21c95cedf..07329ec7de34c5f36b13de5ce4ca8e9f2834730c 100644 (file)
@@ -19,17 +19,6 @@ A clean syntax is needed, *SUGGESTIONS ARE WELCOME*, my(blub's) current suggesti
 |<code>.*.float foo(void)</code>|  fieldpointer: method/function pointer returning .float|
 
 
-|_.definition|_.meaning|
-|<code>float foo(void)</code>|     function|
-|<code>float foo*(void)</code>|    function pointer|
-|<code>.float foo(void)</code>|           member: method/function pointer|
-|<code>..float foo(void)</code>| member: method/function pointer returning .float|
-|<code>..*float .foo(void)</code>| Member function returning pointer to float field
-|<code>.*float foo*(void)</code>|  function pointer returning .float|
-|<code>.*float</code>|             fieldpointer|
-|<code>.*float foo(void)</code>|   fieldpointer: method/function pointer|
-|<code>.*.float foo(void)</code>|  fieldpointer: method/function pointer returning .float|
-
 Additionally, at places where the definition of members or global functions is not allowed, they will be treated like fieldpointers.
 So inside parameterlists or a functionbody the list is as follows: