CREATE_XREF(CXXLB)
Shore Programmer's Manual - 2 August 96
NAME
create_xref \- create cross reference
SYNOPSIS
#include <ShoreApp.h>
shrc Ref<T>::create_xref(const char *path, mode_t mode) const;
DESCRIPTION
Create_xref
creates a cross reference named by
path,
and containing a pointer to the given object. The mode of the cross
reference object is given by
mode.
See
umask(oc)
for a description of how the the
mode
parameter is used to determine the actual mode bits.
VERSION
This manual page applies to Version 1.0 of theShore software.
SPONSORSHIP
The Shore project is sponsored by the Advanced Research Project Agency, ARPA order number 018 (formerly 8230), monitored by the U.S. Army Research Laboratory under contract DAAB07-92-C-Q508.
COPYRIGHT
Copyright (c) 1994, 1995, 1996 Computer Sciences Department, University of Wisconsin -- Madison. All Rights Reserved.SEE ALSO
umask(oc)
.