New version
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-scilab@13528 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
28565a5b65
commit
0d7be20f79
1 changed files with 21 additions and 1 deletions
|
|
@ -10,18 +10,38 @@ if bOK then
|
|||
ulink(ilib);
|
||||
end
|
||||
//
|
||||
list_functions = [ 'nlopt_doublevector_empty';
|
||||
list_functions = [ 'delete_SciSwigIterator';
|
||||
'SciSwigIterator_value';
|
||||
'SciSwigIterator_incr';
|
||||
'SciSwigIterator_decr';
|
||||
'SciSwigIterator_distance';
|
||||
'SciSwigIterator_equal';
|
||||
'SciSwigIterator_copy';
|
||||
'SciSwigIterator_next';
|
||||
'SciSwigIterator_previous';
|
||||
'SciSwigIterator_advance';
|
||||
'nlopt_doublevector_pop';
|
||||
'nlopt_doublevector___paren__';
|
||||
'nlopt_doublevector___paren_asgn__';
|
||||
'nlopt_doublevector_append';
|
||||
'nlopt_doublevector_empty';
|
||||
'nlopt_doublevector_size';
|
||||
'nlopt_doublevector_clear';
|
||||
'nlopt_doublevector_swap';
|
||||
'nlopt_doublevector_get_allocator';
|
||||
'nlopt_doublevector_begin';
|
||||
'nlopt_doublevector_end';
|
||||
'nlopt_doublevector_rbegin';
|
||||
'nlopt_doublevector_rend';
|
||||
'nlopt_doublevector_pop_back';
|
||||
'nlopt_doublevector_erase';
|
||||
'new_nlopt_doublevector';
|
||||
'nlopt_doublevector_push_back';
|
||||
'nlopt_doublevector_front';
|
||||
'nlopt_doublevector_back';
|
||||
'nlopt_doublevector_assign';
|
||||
'nlopt_doublevector_resize';
|
||||
'nlopt_doublevector_insert';
|
||||
'nlopt_doublevector_reserve';
|
||||
'nlopt_doublevector_capacity';
|
||||
'delete_nlopt_doublevector';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue