pygccxml icon indicating copy to clipboard operation
pygccxml copied to clipboard

pygccxml is a specialized XML reader that reads the output from CastXML or GCCXML. It provides a simple framework to navigate C++ declarations, using Python classes.

Results 32 pygccxml issues
Sort by recently updated
recently updated
newest added

I'm right now playing around with templates and noticed a few inconsistencies in the naming. For example: >>> type(x) >>> x.decl_string '::A::T' >>> x.partial_decl_string '::A::T< A::B::D, bool >' So the...

### Description When building the OMPL `make update_bindings` on ARM, we get an error: `pygccxml.declarations.runtime_errors.multiple_declarations_found_t: Multiple declarations have been found. Matcher: [(decl type==namespace_t) and (name==std)]`. Context of this issue comes...