Any pointers on how to expose class enums to Python? Given the following
enum what would the boost code to expose it to python look like? The page
at http://www.boost.org/doc/libs/1_55_0/libs/python/doc/v2/enum.html only
lists examples of old style enums.


enum class t_functions
{
ADD, SUB, MUL, DIV
};
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
https://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to