Revision: 695
http://svn.sourceforge.net/pygccxml/?rev=695&view=rev
Author: roman_yakovenko
Date: 2006-11-04 23:38:29 -0800 (Sat, 04 Nov 2006)
Log Message:
-----------
adding small todo for global variables
Modified Paths:
--------------
pyplusplus_dev/pyplusplus/code_creators/global_variable.py
Modified: pyplusplus_dev/pyplusplus/code_creators/global_variable.py
===================================================================
--- pyplusplus_dev/pyplusplus/code_creators/global_variable.py 2006-11-02 08:47:11 UTC (rev 694)
+++ pyplusplus_dev/pyplusplus/code_creators/global_variable.py 2006-11-05 07:38:29 UTC (rev 695)
@@ -12,6 +12,9 @@
from pygccxml import declarations
from pyplusplus import code_repository
+#TODO: mutable global variable
+#scope.attr( "x" ) = object( ptr( &x ) )
+
#TODO: if variable is not const, then export it using boost::python::ptr
class global_variable_base_t( registration_based.registration_based_t
, declaration_based.declaration_based_t ):
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|