| 
									
										
										
										
											2012-07-09 04:23:47 +08:00
										 |  |  | % automatically generated by wrap | 
					
						
							|  |  |  | classdef ClassD < handle | 
					
						
							|  |  |  |   properties | 
					
						
							| 
									
										
										
										
											2012-07-10 22:21:58 +08:00
										 |  |  |     ptr_ClassD = 0 | 
					
						
							| 
									
										
										
										
											2012-07-09 04:23:47 +08:00
										 |  |  |   end | 
					
						
							|  |  |  |   methods | 
					
						
							|  |  |  |     function obj = ClassD(varargin)
 | 
					
						
							|  |  |  |       if nargin == 2 && isa(varargin{1}, 'uint64') && varargin{1} == uint64(5139824614673773682) | 
					
						
							| 
									
										
										
										
											2012-07-10 22:21:58 +08:00
										 |  |  |         my_ptr = varargin{2}; | 
					
						
							|  |  |  |         testNamespaces_wrapper(19, my_ptr); | 
					
						
							| 
									
										
										
										
											2012-07-09 04:23:47 +08:00
										 |  |  |       elseif nargin == 0 | 
					
						
							| 
									
										
										
										
											2012-07-10 22:21:58 +08:00
										 |  |  |         my_ptr = testNamespaces_wrapper(20); | 
					
						
							| 
									
										
										
										
											2012-07-09 04:23:47 +08:00
										 |  |  |       else | 
					
						
							|  |  |  |         error('Arguments do not match any overload of ClassD constructor'); | 
					
						
							|  |  |  |       end | 
					
						
							| 
									
										
										
										
											2012-07-10 22:21:58 +08:00
										 |  |  |       obj.ptr_ClassD = my_ptr; | 
					
						
							| 
									
										
										
										
											2012-07-09 04:23:47 +08:00
										 |  |  |     end | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     function delete(obj)
 | 
					
						
							| 
									
										
										
										
											2012-07-10 22:21:58 +08:00
										 |  |  |       testNamespaces_wrapper(21, obj.ptr_ClassD); | 
					
						
							| 
									
										
										
										
											2012-07-09 04:23:47 +08:00
										 |  |  |     end | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     function display(obj), obj.print(''); end | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     function disp(obj), obj.display; end | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   end | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   methods(Static = true) | 
					
						
							|  |  |  |   end | 
					
						
							|  |  |  | end |