Classdef: Difference between revisions

From Octave
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 6: Line 6:
* build-in class as superclass  
* build-in class as superclass  
** <source lang="octave" enclose="none">classdef nonsense < uint32</source>
** <source lang="octave" enclose="none">classdef nonsense < uint32</source>
==== supported ====
* methods
** static
** private


==== Classdef examples in the wild ====
==== Classdef examples in the wild ====

Revision as of 20:09, 8 April 2015

This page is a stub. We should begin documenting what classdef is implemented and what is not.

not supported

  • enumeration
  • build-in class as superclass
    • classdef nonsense < uint32

supported

  • methods
    • static
    • private

Classdef examples in the wild