pygccxml
1.8.0
  • Download & Install
  • Examples
    • First examples
      • Parsing a c++ file
      • Parsing a string containing code
      • Variables
      • Searching for a declaration (using a loop)
      • Searching for a declaration (using matchers)
      • Comparing two declarations
      • Functions and arguments
      • Nested types
    • Advanced examples
      • Function pointers
      • Caching
      • Print all declarations
  • Building the documentation
  • FAQ
  • Declarations query API
  • Design overview
  • Who is using pygccxml?
  • C++ Reflection
  • Releasing
  • History and Credits
  • API
  • GCC-XML 0.7 → 0.9 upgrade issues (Legacy)
pygccxml
  • Docs »
  • Examples
  • View page source

Examples¶

First examples¶

  • Parsing a c++ file
  • Parsing a string containing code
  • Variables
  • Searching for a declaration (using a loop)
  • Searching for a declaration (using matchers)
  • Comparing two declarations
  • Functions and arguments
  • Nested types

Advanced examples¶

  • Function pointers
  • Caching
  • Print all declarations
Next Previous

© Copyright 2014-2016, Insight Software Consortium.

Built with Sphinx using a theme provided by Read the Docs.