13 #ifndef ESYS_LSMSETPY_H
14 #define ESYS_LSMSETPY_H
16 #include <boost/python.hpp>
24 template <
typename TmplElem,
typename TmplCompare=std::less<TmplElem> >
25 class SetPy :
public std::set<TmplElem, TmplCompare>
44 SetPy(boost::python::object &iterable);
52 static boost::python::class_<SetPy>
54 const std::string &pyClassName,
55 const std::string &pyClassDocString