We define a new default abstract class by instantiating mbfl_default_abstract_class; an
abstract class cannot be instantiated: it has no constructor. mbfl_default_object is an
abstract class. Instances of mbfl_default_abstract_class (not of its subclasses) are built
using the constructor mbfl_default_abstract_class_define().
This metaclass is like mbfl_default_class but its instances cannot be instantiated, only
subclassed. This means the default constructor ‘_define’ is not defined.
| • objects default abstract define: | Declarations and definitions for instances of mbfl_default_abstract_class.
| |
| • objects default abstract predicates: | Predicates on instances of mbfl_default_abstract_class.
| |
| • objects default abstract accessors: | Accessors on instances of mbfl_default_abstract_class.
|
This document describes version 3.0.0-devel.9 of Marcos Bash Functions Library.