Skip to content

Commit

Permalink
Merge pull request #21 from pfernique/master
Browse files Browse the repository at this point in the history
Update wrappers
  • Loading branch information
pfernique committed May 24, 2017
2 parents b9569c6 + 96f5465 commit 3492b50
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 50 deletions.
2 changes: 2 additions & 0 deletions src/cpp/AutoWIG.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ def controller(asg, **kwargs):
constructor.boost_python_export = False
for cls in asg['class ::std::less'].specializations(partial = False):
cls.boost_python_export = False
# for cls in asg['class ::std::fpos'].specializations(partial = False):
# cls.boost_python_export = False
for cls in asg['class ::std::allocator'].specializations(partial = False):
cls.boost_python_export = False
if 'class ::std::reverse_iterator' in asg:
Expand Down
4 changes: 1 addition & 3 deletions src/py/statiskit/stl/_stl.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,15 @@
# Group template specializations
__stl.std._EqualTo = (__stl.std._EqualTo_d0ba0922f2505f7b8e291326cad79af5)
__stl.std._Set = (__stl.std._Set_476c1c1f206251dba7af53c48f3f6e42, __stl.std._Set_6436891c9b6854f494789a812891cbe5, __stl.std._Set_858bbf0613575e2ebe4b0e5902107ad6, __stl.std._Set_882a8dd1e64a51b4a9da29ab852a852e)
__stl.std._Fpos = (__stl.std._Fpos_c62bcafb31b250e8bb3f63626536f4b4)
__stl.std._UnorderedSet = (__stl.std._UnorderedSet_d48105936d4f5d09a78d2aa9f878fdb8)
__stl.statiskit.stl._Generator = (__stl.statiskit.stl._Generator_10b14312eeb655268489cd34090870cf, __stl.statiskit.stl._Generator_3b59a0980c80518c808634f7a84dc3cd, __stl.statiskit.stl._Generator_745e4933f5b250d9bc5232fe864d0cf7, __stl.statiskit.stl._Generator_74bc331707c1505eb2f807cae7c32bbb, __stl.statiskit.stl._Generator_e76a1308464d5a9a837d9a61f942fae7)
__stl.std._BinaryFunction = (__stl.std._BinaryFunction_8f249c2863945cb59771b97c53bdafec)
__stl.std._BasicString = (__stl.std._BasicString_448c20257e485acda59dc59305fceb58)
__stl.std._CharTraits = (__stl.std._CharTraits_277a0516fe4451448165550d8b9d6b2b)
__stl.std._Hash = (__stl.std._Hash_75afda0914ae509eb2ac219b3af0a0ff)
__stl.std._UnorderedSet = (__stl.std._UnorderedSet_d48105936d4f5d09a78d2aa9f878fdb8)
__stl.std._Vector = (__stl.std._Vector_107131f9768c56e794a9b0de728d1738, __stl.std._Vector_6b9ae5eac40858c9a0f5e6e21c15d1d3, __stl.std._Vector_c047f2c3135554ceb57f166fd404cfc8, __stl.std._Vector_dc5522842bc75d8b9ac7b46020c60854)

# Define aliases
__stl.std._CharTraits_277a0516fe4451448165550d8b9d6b2b.PosType = __stl.std._Fpos_c62bcafb31b250e8bb3f63626536f4b4
__stl.std._BasicString_448c20257e485acda59dc59305fceb58.TraitsType = __stl.std._CharTraits_277a0516fe4451448165550d8b9d6b2b
__stl.std._Set_6436891c9b6854f494789a812891cbe5.KeyType = __stl.std._BasicString_448c20257e485acda59dc59305fceb58
__stl.std._Set_6436891c9b6854f494789a812891cbe5.ValueType = __stl.std._BasicString_448c20257e485acda59dc59305fceb58
Expand Down
2 changes: 0 additions & 2 deletions src/py/wrapper/_stl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ void wrapper_74bc331707c1505eb2f807cae7c32bbb();
void wrapper_858bbf0613575e2ebe4b0e5902107ad6();
void wrapper_882a8dd1e64a51b4a9da29ab852a852e();
void wrapper_8f249c2863945cb59771b97c53bdafec();
void wrapper_c62bcafb31b250e8bb3f63626536f4b4();
void wrapper_d48105936d4f5d09a78d2aa9f878fdb8();
void wrapper_e76a1308464d5a9a837d9a61f942fae7();
void wrapper_f1ab29faa1815285a06ca52391d1425f();
Expand All @@ -38,7 +37,6 @@ BOOST_PYTHON_MODULE(__stl)
wrapper_858bbf0613575e2ebe4b0e5902107ad6();
wrapper_882a8dd1e64a51b4a9da29ab852a852e();
wrapper_8f249c2863945cb59771b97c53bdafec();
wrapper_c62bcafb31b250e8bb3f63626536f4b4();
wrapper_d48105936d4f5d09a78d2aa9f878fdb8();
wrapper_e76a1308464d5a9a837d9a61f942fae7();
wrapper_f1ab29faa1815285a06ca52391d1425f();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ void wrapper_8f249c2863945cb59771b97c53bdafec()
boost::python::scope().attr("std") = module_a5e4e9231d6351ccb0e06756b389f0af;
boost::python::scope scope_a5e4e9231d6351ccb0e06756b389f0af = module_a5e4e9231d6351ccb0e06756b389f0af;
boost::python::class_< struct ::std::binary_function< unsigned long int, unsigned long int, bool >, autowig::Held< struct ::std::binary_function< unsigned long int, unsigned long int, bool > >::Type > class_8f249c2863945cb59771b97c53bdafec("_BinaryFunction_8f249c2863945cb59771b97c53bdafec", "", boost::python::no_init);
class_8f249c2863945cb59771b97c53bdafec.def(boost::python::init< struct ::std::binary_function< unsigned long int, unsigned long int, bool > const & >(""));
class_8f249c2863945cb59771b97c53bdafec.def(boost::python::init< >(""));
class_8f249c2863945cb59771b97c53bdafec.def(boost::python::init< struct ::std::binary_function< unsigned long int, unsigned long int, bool > const & >(""));

}
44 changes: 0 additions & 44 deletions src/py/wrapper/wrapper_c62bcafb31b250e8bb3f63626536f4b4.cpp

This file was deleted.

0 comments on commit 3492b50

Please sign in to comment.