Next: dumpable operations, Up: dumpable [Contents][Index]
dumpable trait: type definitionsType of the dumpable trait. Instances of this type are meant to be handed by value to
function calls.
Type of methods table for the dumpable trait. It has the following fields:
ccname_trait_method_type(ccstructs_dumpable_T, dump) * dumpPointer to function implementing the dump() method.
Type of functions implementing the dump() method. Functions of this type write a
representation of the object to an output channel (for example stderr); it is responsibility of
this method to select which output channel to use. If an error occurs: raise an exception by
performing a non–local exit to L.
Next: dumpable operations, Up: dumpable [Contents][Index]
This document describes version 0.3.0-devel.3 of CCStructs.