Re: [pygccxml-development] How to get back an "emergency API"?
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2006-03-08 11:27:31
|
On 3/8/06, Roman Yakovenko <rom...@gm...> wrote: I will try to help you to use low level api config =3D parser.config_t( gccxml_path=3Dgccxml_path) reader =3D parser.project_reader_t( config, None, decl_wrappers.dwfactory_t= () ) decls =3D reader.read_files( self.__files ) #directly customize decls, by the way decls will contains decl wrappers #You can use your own filters with declarations.matcher class. module_creator =3D module_creator.creator_t( decls, module_name, .... ) #directly customize module creator use file writers This should work well. Did this help? -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |