summaryrefslogtreecommitdiff
path: root/share/swig/2.0.11/lua/carrays.i
blob: 1bc45d81f58f677db40b8254f8a76ed3840a1d56 (plain)
1
2
3
4
5
6
7
8
/* Small change to the standard carrays.i
renaming the field to __getitem & __setitem
for operator[] access
*/
%rename(__getitem) *::getitem; // the v=X[i] (get operator)
%rename(__setitem) *::setitem; // the X[i]=v (set operator)

%include <../carrays.i>