C++ Boost

Boost.Python

Configuration


Introduction
Application Defined Macros
Public Library Defined Macros
Library Defined Implementation Macros

Introduction

Boost.Python uses several configuration macros in <boost/config.hpp>, as well as configuration macros meant to be supplied by the application. These macros are documented here.

Application Defined Macros

These are the macros that may be defined by an application using Boost.Python.

Macro Meaning
{{macro}} {{meaning}}
{{macro}} {{meaning}}

Public Library Defined Macros

These macros are defined by Boost.Python but are expected to be used by application code.

Macro Meaning
{{macro}} {{meaning}}
{{macro}} {{meaning}}

Library Defined Implementation Macros

These macros are defined by Boost.Python and are implementation details of interest only to implementers.

Macro Meaning
{{macro}} {{meaning}}
{{macro}} {{meaning}}

Revised 05 November, 2002

© Copyright Dave Abrahams 2002. All Rights Reserved.