[pygccxml-development] pygccxml querying
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2008-11-01 08:10:54
|
As I promised, I checked how the querying for declarations works. Basically you can search for a declaration: * using full name - "::x::y::z" * using its name only - "z" In the past, I choose this method to prevent confusions. Pay attention, searching for "x::y::z" will not work and will raise an exception. I will update the documentation. -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |