REF(OC)

Shore Programmer's Manual - 3 November 94

NAME

REF \- pointer to Shore object

SYNOPSIS

class REF(T); // A macro found in <ShoreApp.h>

DESCRIPTION

A C++ program's access to a Shore object of type T is through the class REF(T). REF(T) is a macro whose definition is generated with the SDL language binding. The public methods of REF(T) are describe in the manual pages listed below.

SEE ALSO

valid(oc)

The public methods of REF(T) are described in assign(oc) , construct(oc) , create(oc) , create_xref(oc) , destroy(oc) , equal(oc) , fetch(oc) , flush(oc) , get_lockmode(oc) , get_loid(oc) , get_type(oc) , is_resident(oc) , lookup(oc) , method(oc) , update(oc) and valid(oc) .

For information about the SDL compiler, see sdl(sdl) .

For information about the SDL C++ language binding generator, see sdlcxx(sdl) .