On Mon, Dec 14, 2009 at 2:06 AM, Nikolaus Rath <nikol...@rath.org> wrote:
> mb = ctypes_module_builder_t( [header_file], symbols_file, gccxml_cfg )
> select_fn = lambda f: (check if f is the struct that I want)
> mb.calldefs( select_fn ).include()
>
> But I could not figure out what kind of argument the select_fn function
> gets. Can you help me out again?

http://language-binding.net/pygccxml/query_interface.html

HTH


-- 
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to