We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 791ff20 commit 7222e2eCopy full SHA for 7222e2e
copasi/bindings/swig/CDataContainer.i
@@ -28,6 +28,9 @@
28
%ignore CDataContainer::add(CDataObject*,const bool&); // needs to be hidden since it conflicts with methods in derived classes
29
%ignore CDataContainer::remove(CDataObject*); // needs to be hidden since it conflicts with methods in derived classes
30
%ignore CDataContainer::getObjects;
31
+%ignore CDataContainer::insert;
32
+%ignore CDataContainer::updateIndex;
33
+
34
35
%include "core/CDataContainer.h"
36
0 commit comments