[pygccxml-development] code_repository package
Brought to you by:
mbaas,
roman_yakovenko
From: Matthias B. <ba...@ir...> - 2006-09-19 11:23:49
|
Roman Yakovenko wrote: > With this class you can change the code in create_virtual_body method. > Py++ has all functionality needed to add this code Take a look on > code_repository package. I've seen that those files get written in writer_t.write_code_repository(). But what does this line do: if self.__extmodule.is_system_header( cr.file_name ): What exactly is a "system header" in this context? And a second question: Where is the 'namespace' variable used? - Matthias - |