LICENSE
README.md
setup.py
src/clang/__init__.py
src/clang/cindex.py
src/clang/enumerations.py
src/cppbind/__init__.py
src/cppbind/runner.py
src/cppbind.egg-info/PKG-INFO
src/cppbind.egg-info/SOURCES.txt
src/cppbind.egg-info/dependency_links.txt
src/cppbind.egg-info/entry_points.txt
src/cppbind.egg-info/requires.txt
src/cppbind.egg-info/top_level.txt
src/cppbind/builder/__init__.py
src/cppbind/builder/ir_builder.py
src/cppbind/builder/ir_post_processor.py
src/cppbind/builder/out_builder.py
src/cppbind/common/__init__.py
src/cppbind/common/config.py
src/cppbind/common/cxx_type.py
src/cppbind/common/error.py
src/cppbind/common/snippets_engine.py
src/cppbind/common/type_info.py
src/cppbind/common/yaml_process.py
src/cppbind/config/cppbind.yaml
src/cppbind/config/cppbind_config.cfg
src/cppbind/config/cxx_macros.yaml
src/cppbind/config/modulemap_variable_definitions.yaml
src/cppbind/config/variable_definitions.yaml
src/cppbind/config/rules/snippets.py
src/cppbind/config/snippets/kotlin/actions.yaml
src/cppbind/config/snippets/kotlin/basic_cppbind_types.yaml
src/cppbind/config/snippets/kotlin/code_snippets.yaml
src/cppbind/config/snippets/kotlin/complex_cppbind_types.yaml
src/cppbind/config/snippets/kotlin/kotlin_macros.yaml
src/cppbind/config/snippets/python/actions.yaml
src/cppbind/config/snippets/python/basic_cppbind_types.yaml
src/cppbind/config/snippets/python/bind_snippet.yaml
src/cppbind/config/snippets/python/code_snippets.yaml
src/cppbind/config/snippets/python/complex_cppbind_types.yaml
src/cppbind/config/snippets/python/python_macros.yaml
src/cppbind/config/snippets/swift/actions.yaml
src/cppbind/config/snippets/swift/basic_cppbind_types.yaml
src/cppbind/config/snippets/swift/code_snippets.yaml
src/cppbind/config/snippets/swift/complex_cppbind_types.yaml
src/cppbind/config/snippets/swift/modulemap_snippets.yaml
src/cppbind/config/snippets/swift/swift_macros.yaml
src/cppbind/config/std_exc/std_exc_api.yaml
src/cppbind/config/std_helpers/kotlin/alias.kt
src/cppbind/config/std_helpers/kotlin/exceptionUtils.kt
src/cppbind/config/std_helpers/kotlin/cxx/c_helpers.h
src/cppbind/config/std_helpers/kotlin/cxx/cppbind_wrapper_helper.hpp
src/cppbind/config/std_helpers/python/cppbind_metaclass.py
src/cppbind/config/std_helpers/swift/exceptionUtils.swift
src/cppbind/config/std_helpers/swift/cxx/c_helpers.h
src/cppbind/context_manager/__init__.py
src/cppbind/context_manager/ctx_desc.py
src/cppbind/context_manager/ctx_mgr.py
src/cppbind/context_manager/var_eval.py
src/cppbind/converter/__init__.py
src/cppbind/converter/kotlin.py
src/cppbind/converter/python.py
src/cppbind/converter/swift.py
src/cppbind/ir/__init__.py
src/cppbind/ir/ast.py
src/cppbind/ir/exec_rules.py
src/cppbind/parser/__init__.py
src/cppbind/parser/cppbind_api_parser.py
src/cppbind/parser/cppbind_parser.py
src/cppbind/parser/filter.py
src/cppbind/utils/__init__.py
src/cppbind/utils/clang.py