2012-06-06 20:03:49 +08:00
|
|
|
% automatically generated by wrap
|
2011-10-14 02:41:56 +08:00
|
|
|
function [first,second] = create_ptrs(obj)
|
2011-11-01 07:44:31 +08:00
|
|
|
% usage: obj.create_ptrs()
|
2011-10-14 02:41:56 +08:00
|
|
|
error('need to compile create_ptrs.cpp');
|
|
|
|
|
end
|