Navigation

Operators and Keywords

Function List:

C++ API

: classname = class (obj)
: class (s, id)
: class (s, id, p, …)

Return the class of the object obj, or create a class with fields from structure s and name (string) id.

Additional arguments name a list of parent classes from which the new class is derived.

See also: typeinfo, isa.

Package: octave