Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

enum.hpp

Introduction
Class template enum_
Class template enum_ constructors
Class template enum_ modifier functions
Example

<boost/python/enum.hpp> defines the interface through which users expose their C++ enumeration types to Python. It declares the enum_ class template, which is parameterized on the enumeration type being exposed.


PrevUpHomeNext