Revision: 67
Author: roman_yakovenko
Date: 2006-05-11 00:37:35 -0700 (Thu, 11 May 2006)
ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=67&view=rev
Log Message:
-----------
small fix
Modified Paths:
--------------
pyplusplus_dev/docs/call_wrapper_policies/introduction.rest
Modified: pyplusplus_dev/docs/call_wrapper_policies/introduction.rest
===================================================================
--- pyplusplus_dev/docs/call_wrapper_policies/introduction.rest 2006-05-08 07:13:21 UTC (rev 66)
+++ pyplusplus_dev/docs/call_wrapper_policies/introduction.rest 2006-05-11 07:37:35 UTC (rev 67)
@@ -50,10 +50,10 @@
Variable names
--------------
-I think it should be possible to apply few |cwp| on a single function. Thus, it
-will be possible to create few convinience function, from one single function.
-The main,read unresolved, issue, is management of variable names within function-wrapper.
-I see next problems, that we should solve, before proceeding to implementation:
+I think it should be possible to apply few |cwp| on a single function.
+The main, ( read unresolved ) issue, is management of variable names within
+function-wrapper. I see next problems, that we should solve, before proceeding
+to implementation:
1. To share variable name, between different pieces of code.
@@ -188,7 +188,7 @@
}
Arrays size
-~~~~~~~~~~~
+^^^^^^^^^^^
1. static array - size of array is known at compile time.
2. dynamic array
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|