ObjStore::REP - Default Representations Constructors


ObjStore documentation  | view source Contained in the ObjStore distribution.

Index


NAME

Top

    ObjStore::REP - Default Representations Constructors

SYNOPSIS

Top

    ObjStore::REP::install(type => \&constructor);

DESCRIPTION

Top

The most suitable representation for data-types is determined when they are allocated. The code that does the determination is set up by this file.

To override the defaults, simply re-implement the 'new' method for the classes of your choice before you allocate anything.


ObjStore documentation  | view source Contained in the ObjStore distribution.