Skip to content

Commit

Permalink
Merge pull request #22 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 3492b50 + d02d08c commit 1c0020d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 40 deletions.
4 changes: 2 additions & 2 deletions src/cpp/AutoWIG.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +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::hash'].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
2 changes: 0 additions & 2 deletions src/py/statiskit/stl/_stl.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@
__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._Vector = (__stl.std._Vector_107131f9768c56e794a9b0de728d1738, __stl.std._Vector_6b9ae5eac40858c9a0f5e6e21c15d1d3, __stl.std._Vector_c047f2c3135554ceb57f166fd404cfc8, __stl.std._Vector_dc5522842bc75d8b9ac7b46020c60854)

# Define aliases
__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
__stl.std._UnorderedSet_d48105936d4f5d09a78d2aa9f878fdb8.Hasher = __stl.std._Hash_75afda0914ae509eb2ac219b3af0a0ff
__stl.std._UnorderedSet_d48105936d4f5d09a78d2aa9f878fdb8.KeyEqual = __stl.std._EqualTo_d0ba0922f2505f7b8e291326cad79af5
__stl.statiskit.stl.VectorInt = __stl.std._Vector_6b9ae5eac40858c9a0f5e6e21c15d1d3
__stl.statiskit.stl.VectorDouble = __stl.std._Vector_107131f9768c56e794a9b0de728d1738
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 @@ -17,7 +17,6 @@ void wrapper_f1ab29faa1815285a06ca52391d1425f();
void wrapper_fa414b05d29e5f4ea0b6d6cb5cf81b01();
void wrapper_107131f9768c56e794a9b0de728d1738();
void wrapper_6b9ae5eac40858c9a0f5e6e21c15d1d3();
void wrapper_75afda0914ae509eb2ac219b3af0a0ff();
void wrapper_c047f2c3135554ceb57f166fd404cfc8();
void wrapper_d0ba0922f2505f7b8e291326cad79af5();
void wrapper_dc5522842bc75d8b9ac7b46020c60854();
Expand All @@ -43,7 +42,6 @@ BOOST_PYTHON_MODULE(__stl)
wrapper_fa414b05d29e5f4ea0b6d6cb5cf81b01();
wrapper_107131f9768c56e794a9b0de728d1738();
wrapper_6b9ae5eac40858c9a0f5e6e21c15d1d3();
wrapper_75afda0914ae509eb2ac219b3af0a0ff();
wrapper_c047f2c3135554ceb57f166fd404cfc8();
wrapper_d0ba0922f2505f7b8e291326cad79af5();
wrapper_dc5522842bc75d8b9ac7b46020c60854();
Expand Down
32 changes: 0 additions & 32 deletions src/py/wrapper/wrapper_75afda0914ae509eb2ac219b3af0a0ff.cpp

This file was deleted.

2 changes: 0 additions & 2 deletions src/py/wrapper/wrapper_d48105936d4f5d09a78d2aa9f878fdb8.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ void wrapper_d48105936d4f5d09a78d2aa9f878fdb8()
::std::unordered_set< unsigned long int, struct ::std::hash< unsigned long int >, struct ::std::equal_to< unsigned long int >, class ::std::allocator< unsigned long int > >::size_type (::std::unordered_set< unsigned long int, ::std::hash< unsigned long int >, ::std::equal_to< unsigned long int >, ::std::allocator< unsigned long int > >::*method_pointer_886b9a55ac5a5ca1b8c8f55f32c4e395)(::std::unordered_set< unsigned long int, struct ::std::hash< unsigned long int >, struct ::std::equal_to< unsigned long int >, class ::std::allocator< unsigned long int > >::key_type const &) = &::std::unordered_set< unsigned long int, struct ::std::hash< unsigned long int >, struct ::std::equal_to< unsigned long int >, class ::std::allocator< unsigned long int > >::erase;
void (::std::unordered_set< unsigned long int, ::std::hash< unsigned long int >, ::std::equal_to< unsigned long int >, ::std::allocator< unsigned long int > >::*method_pointer_e26c2421121d551999de08769c696430)() = &::std::unordered_set< unsigned long int, struct ::std::hash< unsigned long int >, struct ::std::equal_to< unsigned long int >, class ::std::allocator< unsigned long int > >::clear;
void (::std::unordered_set< unsigned long int, ::std::hash< unsigned long int >, ::std::equal_to< unsigned long int >, ::std::allocator< unsigned long int > >::*method_pointer_df95aee8b67f50f8b046f2b28d1c3945)(class ::std::unordered_set< unsigned long int, struct ::std::hash< unsigned long int >, struct ::std::equal_to< unsigned long int >, class ::std::allocator< unsigned long int > > &) = &::std::unordered_set< unsigned long int, struct ::std::hash< unsigned long int >, struct ::std::equal_to< unsigned long int >, class ::std::allocator< unsigned long int > >::swap;
::std::unordered_set< unsigned long int, struct ::std::hash< unsigned long int >, struct ::std::equal_to< unsigned long int >, class ::std::allocator< unsigned long int > >::hasher (::std::unordered_set< unsigned long int, ::std::hash< unsigned long int >, ::std::equal_to< unsigned long int >, ::std::allocator< unsigned long int > >::*method_pointer_0126d6f7d64c53519e827c92e001223a)() const = &::std::unordered_set< unsigned long int, struct ::std::hash< unsigned long int >, struct ::std::equal_to< unsigned long int >, class ::std::allocator< unsigned long int > >::hash_function;
::std::unordered_set< unsigned long int, struct ::std::hash< unsigned long int >, struct ::std::equal_to< unsigned long int >, class ::std::allocator< unsigned long int > >::key_equal (::std::unordered_set< unsigned long int, ::std::hash< unsigned long int >, ::std::equal_to< unsigned long int >, ::std::allocator< unsigned long int > >::*method_pointer_77a3a1a01d4b54e4b019d097065cfe7b)() const = &::std::unordered_set< unsigned long int, struct ::std::hash< unsigned long int >, struct ::std::equal_to< unsigned long int >, class ::std::allocator< unsigned long int > >::key_eq;
::std::unordered_set< unsigned long int, struct ::std::hash< unsigned long int >, struct ::std::equal_to< unsigned long int >, class ::std::allocator< unsigned long int > >::size_type (::std::unordered_set< unsigned long int, ::std::hash< unsigned long int >, ::std::equal_to< unsigned long int >, ::std::allocator< unsigned long int > >::*method_pointer_8203cac716765a65a6bb9b08b709aa86)(::std::unordered_set< unsigned long int, struct ::std::hash< unsigned long int >, struct ::std::equal_to< unsigned long int >, class ::std::allocator< unsigned long int > >::key_type const &) const = &::std::unordered_set< unsigned long int, struct ::std::hash< unsigned long int >, struct ::std::equal_to< unsigned long int >, class ::std::allocator< unsigned long int > >::count;
::std::unordered_set< unsigned long int, struct ::std::hash< unsigned long int >, struct ::std::equal_to< unsigned long int >, class ::std::allocator< unsigned long int > >::size_type (::std::unordered_set< unsigned long int, ::std::hash< unsigned long int >, ::std::equal_to< unsigned long int >, ::std::allocator< unsigned long int > >::*method_pointer_37d6ce295b2853c289ac2cb5fc2dcb0a)() const = &::std::unordered_set< unsigned long int, struct ::std::hash< unsigned long int >, struct ::std::equal_to< unsigned long int >, class ::std::allocator< unsigned long int > >::bucket_count;
Expand Down Expand Up @@ -59,7 +58,6 @@ void wrapper_d48105936d4f5d09a78d2aa9f878fdb8()
class_d48105936d4f5d09a78d2aa9f878fdb8.def("erase", method_pointer_886b9a55ac5a5ca1b8c8f55f32c4e395, "");
class_d48105936d4f5d09a78d2aa9f878fdb8.def("clear", method_pointer_e26c2421121d551999de08769c696430, "");
class_d48105936d4f5d09a78d2aa9f878fdb8.def("swap", method_pointer_df95aee8b67f50f8b046f2b28d1c3945, "");
class_d48105936d4f5d09a78d2aa9f878fdb8.def("hash_function", method_pointer_0126d6f7d64c53519e827c92e001223a, "");
class_d48105936d4f5d09a78d2aa9f878fdb8.def("key_eq", method_pointer_77a3a1a01d4b54e4b019d097065cfe7b, "");
class_d48105936d4f5d09a78d2aa9f878fdb8.def("count", method_pointer_8203cac716765a65a6bb9b08b709aa86, "");
class_d48105936d4f5d09a78d2aa9f878fdb8.def("bucket_count", method_pointer_37d6ce295b2853c289ac2cb5fc2dcb0a, "");
Expand Down

0 comments on commit 1c0020d

Please sign in to comment.