ListMemberFunctions:
--------------------------------------------------------------------------
List the member functions that are included in a given function/file.
--------------------------------------------------------------------------
Form:
names = ListMemberFunctions( filename );
--------------------------------------------------------------------------
------
Inputs
------
filname (:) String name of file to examine
verbose (1) Print results (1) or not (0). Default is verbose.
-------
Outputs
-------
names {:} Cell array of member function names
lines {:} Cell array of member function definition lines
--------------------------------------------------------------------------
Children:
Common: General/DeBlankLT