31 lines
		
	
	
		
			702 B
		
	
	
	
		
			Matlab
		
	
	
		
		
			
		
	
	
			31 lines
		
	
	
		
			702 B
		
	
	
	
		
			Matlab
		
	
	
|  | % automatically generated by wrap | ||
|  | classdef ns1ClassA < handle | ||
|  |   properties | ||
|  |     self = 0 | ||
|  |   end | ||
|  |   methods | ||
|  |     function obj = ns1ClassA(varargin)
 | ||
|  |       if nargin == 2 && isa(varargin{1}, 'uint64') && varargin{1} == uint64(5139824614673773682) | ||
|  |         obj.self = varargin{2}; | ||
|  |         testNamespaces_wrapper(obj.self); | ||
|  |       elseif nargin == 0 | ||
|  |         obj.self = testNamespaces_wrapper(1); | ||
|  |       else | ||
|  |         error('Arguments do not match any overload of ns1ClassA constructor'); | ||
|  |       end | ||
|  |     end | ||
|  | 
 | ||
|  |     function delete(obj)
 | ||
|  |       testNamespaces_wrapper(2, obj.self); | ||
|  |     end | ||
|  | 
 | ||
|  |     function display(obj), obj.print(''); end | ||
|  | 
 | ||
|  |     function disp(obj), obj.display; end | ||
|  | 
 | ||
|  |   end | ||
|  | 
 | ||
|  |   methods(Static = true) | ||
|  |   end | ||
|  | end |