Classdef

From Octave
Revision as of 20:09, 8 April 2015 by Markuman (talk | contribs)
Jump to navigation Jump to search

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