Trees | Indices | Help |
|
---|
|
1 # Copyright 2004-2008 Roman Yakovenko. 2 # Distributed under the Boost Software License, Version 1.0. (See 3 # accompanying file LICENSE_1_0.txt or copy at 4 # http://www.boost.org/LICENSE_1_0.txt) 5 6 import os 7 import code_creator 8 import declaration_based 910 -class opaque_type_registrator_t( code_creator.code_creator_t 11 , declaration_based.declaration_based_t ):12 """ 13 This class creates code that register static sized array 14 """2516 code_creator.code_creator_t.__init__( self ) 17 declaration_based.declaration_based_t.__init__( self, pointee ) 18 self.works_on_instance = False1921 return 'BOOST_PYTHON_OPAQUE_SPECIALIZED_TYPE_ID( %s )' % self.decl_identifier22
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 20 08:51:49 2008 | http://epydoc.sourceforge.net |