debian man page for shevek_crefptr

Query: shevek_crefptr

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

shevek::crefptr< _T >(3)				     Library Functions Manual					  shevek::crefptr< _T >(3)

NAME
shevek::crefptr< _T > - Keep a pointer to an object derived from crefbase.
SYNOPSIS
#include <crefptr.hh> Inherits shevek::crefbase::_ptr. Public Member Functions crefptr (crefbase *target=NULL, crefbase *owner=NULL) Create a new pointer. If this pointer is stored inside a crefbase-derived object, make sure to set the owner. _T & operator* () const Dereference the pointer. _T * operator-> () const Dereference the pointer. bool operator== (crefptr< _T > const &that) const Test if two pointers refer to the same object. bool operator!= (crefptr< _T > const &that) const Test if two pointers don't refer to the same object. template<typename _R > _R * cast_dynamic () const Create a new pointer from this one, up- or downcast. Normally, this is used to fill a new crefptr. operator _T * () const Implicit pointer conversion. crefptr< _T > init (int code=0) Allow the pointer to be destroyed. See crefbase::init_done for details. Detailed Description template<typename _T>class shevek::crefptr< _T > Keep a pointer to an object derived from crefbase. Author Generated automatically by Doxygen for libshevek from the source code. libshevek Fri May 11 2012 shevek::crefptr< _T >(3)
Related Man Pages
shevek_args_option(3) - debian
shevek_closure(3) - debian
shevek_crefbase(3) - debian
shevek_refbase(3) - debian
shevek_process(3) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Is UNIX an open source OS ?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file