PreviousUpNext

14.4.84  Root_Object

The standard library Root_Object api defines the interface of the root object class for oop subclassing purposes.

The Root_Object api is implemented by the root_object package.

The Root_Object api source code is in src/lib/src/root-object.api.

The above information is manually maintained and may contain errors.

api {
    Self X;
    Myself  = Self(oop::Oop_Null );
    get__substate : Self(X ) -> X;
    unpack__object : Self(X ) -> ((X -> Self(X )) , X);
    pack__object : Void -> X -> Self(X );
    new : Void -> Myself;};


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext