Home > marsbar > @mars_space > subsref.m

subsref

PURPOSE ^

method to overload the . notation.

SYNOPSIS ^

function result = subsref(this, Struct)

DESCRIPTION ^

 method to overload the . notation.
   Publicize subscripted reference to private fields of object.

 $Id$

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function result = subsref(this, Struct)
0002 % method to overload the . notation.
0003 %   Publicize subscripted reference to private fields of object.
0004 %
0005 % $Id$
0006 
0007 result = builtin('subsref', this, Struct );

Generated on Wed 11-May-2022 16:26:09 by m2html © 2003-2019