DESTROY(CXXLB)
Shore Programmer's Manual - 2 August 96
NAME
destroy \- destroy anonymous object
SYNOPSIS
#include <ShoreApp.h>
shrc Ref<T>::destroy() const;
DESCRIPTION
Destroy
destroys the referenced anonymous object. To destroy a registered object,
use
Shore::unlink.
If the object is currently resident in the object cache, then it is removed
from the cache, releasing the memory held by the object.
Destroy
obtains an EX (exclusive) mode lock on the destroyed object.
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
unlink(oc)
.