preface.qbk 1.1 KB

1234567891011121314151617181920212223242526
  1. [preface Introduction
  2. [quickbook 1.6]
  3. ]
  4. [section Synopsis]
  5. Welcome to version 2 of Boost.Python, a C++ library which enables seamless interoperability between C++ and the Python programming language. The new version has been rewritten from the ground up, with a more convenient and flexible interface, and many new capabilities, including support for:
  6. * References and Pointers
  7. * Globally Registered Type Coercions
  8. * Automatic Cross-Module Type Conversions
  9. * Efficient Function Overloading
  10. * C++ to Python Exception Translation
  11. * Default Arguments
  12. * Keyword Arguments
  13. * Manipulating Python objects in C++
  14. * Exporting C++ Iterators as Python Iterators
  15. * Documentation Strings
  16. The development of these features was funded in part by grants to Boost Consulting from the Lawrence Livermore National Laboratories and by the Computational Crystallography Initiative at Lawrence Berkeley National Laboratories.
  17. [endsect]
  18. [section Articles]
  19. "Building Hybrid Systems With Boost Python", by Dave Abrahams and Ralf W. Grosse-Kunstleve (PDF)
  20. [endsect]