2020-02-17 21:05:20 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
< html > < head > < meta http-equiv = "Content-Type" content = "text/html;charset=iso-8859-1" >
< title > XQilla Simple API: AutoDelete< TYPE > Class Template Reference< / title >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" >
< / head > < body >
2020-02-17 21:10:06 +00:00
<!-- Generated by Doxygen 1.5.1 -->
2020-02-17 21:05:20 +00:00
< div class = "tabs" >
< ul >
< li > < a href = "index.html" > < span > Main Page< / span > < / a > < / li >
< li > < a href = "namespaces.html" > < span > Namespaces< / span > < / a > < / li >
< li id = "current" > < a href = "classes.html" > < span > Classes< / span > < / a > < / li >
< li > < a href = "files.html" > < span > Files< / span > < / a > < / li >
< / ul > < / div >
< div class = "tabs" >
< ul >
< li > < a href = "classes.html" > < span > Alphabetical List< / span > < / a > < / li >
< li > < a href = "annotated.html" > < span > Class List< / span > < / a > < / li >
< li > < a href = "hierarchy.html" > < span > Class Hierarchy< / span > < / a > < / li >
< li > < a href = "functions.html" > < span > Class Members< / span > < / a > < / li >
< / ul > < / div >
< h1 > AutoDelete< TYPE > Class Template Reference< / h1 > <!-- doxytag: class="AutoDelete" --> < code > #include < < a class = "el" href = "XPath2MemoryManager_8hpp-source.html" > XPath2MemoryManager.hpp< / a > > < / code >
< p >
< a href = "classAutoDelete-members.html" > List of all members.< / a > < table border = "0" cellpadding = "0" cellspacing = "0" >
< tr > < td > < / td > < / tr >
< tr > < td colspan = "2" > < br > < h2 > Public Member Functions< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classAutoDelete.html#670c852dae170f5c4bea55d3539ba9a8" > AutoDelete< / a > (TYPE *p)< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classAutoDelete.html#d5ab2d6d805ba02bac1e1929a5603613" > ~AutoDelete< / a > ()< / td > < / tr >
2020-02-17 21:10:06 +00:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > TYPE & < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classAutoDelete.html#850874d8da81aac52236756ed9f7c9c4" > operator *< / a > () const< / td > < / tr >
2020-02-17 21:05:20 +00:00
2020-02-17 21:10:06 +00:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > TYPE * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classAutoDelete.html#1dbde6a753417cc9dd39097fdfce895e" > operator-> < / a > () const< / td > < / tr >
2020-02-17 21:05:20 +00:00
2020-02-17 21:10:06 +00:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classAutoDelete.html#12bfa6b3dde315fc283159709d4be9f5" > operator TYPE *< / a > () const< / td > < / tr >
2020-02-17 21:05:20 +00:00
2020-02-17 21:10:06 +00:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > TYPE * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classAutoDelete.html#d257e434207019f65a7c85d84fe69efa" > get< / a > () const< / td > < / tr >
2020-02-17 21:05:20 +00:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > TYPE * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classAutoDelete.html#1f33c6ac21f2160fa854975c96336491" > adopt< / a > ()< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > void < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classAutoDelete.html#a00be90ea92eedd9b2e03b1bc527a669" > set< / a > (TYPE *p)< / td > < / tr >
< / table >
< h3 > template< class TYPE> < br >
class AutoDelete< TYPE > < / h3 >
< hr > < h2 > Constructor & Destructor Documentation< / h2 >
2020-02-17 21:10:06 +00:00
< a class = "anchor" name = "670c852dae170f5c4bea55d3539ba9a8" > < / a > <!-- doxytag: member="AutoDelete::AutoDelete" ref="670c852dae170f5c4bea55d3539ba9a8" args="(TYPE *p)" -->
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< class TYPE> < / div >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classAutoDelete.html" > AutoDelete< / a > < TYPE > ::< a class = "el" href = "classAutoDelete.html" > AutoDelete< / a > < / td >
< td > (< / td >
< td class = "paramtype" > TYPE * < / td >
< td class = "paramname" > < em > p< / em > < / td >
< td > ) < / td >
< td width = "100%" > < code > [inline]< / code > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:10:06 +00:00
< / div >
< div class = "memdoc" >
2020-02-17 21:05:20 +00:00
< p >
2020-02-17 21:10:06 +00:00
< / div >
< / div > < p >
< a class = "anchor" name = "d5ab2d6d805ba02bac1e1929a5603613" > < / a > <!-- doxytag: member="AutoDelete::~AutoDelete" ref="d5ab2d6d805ba02bac1e1929a5603613" args="()" -->
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< class TYPE> < / div >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classAutoDelete.html" > AutoDelete< / a > < TYPE > ::~< a class = "el" href = "classAutoDelete.html" > AutoDelete< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td width = "100%" > < code > [inline]< / code > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:10:06 +00:00
< / div >
< div class = "memdoc" >
2020-02-17 21:05:20 +00:00
< p >
2020-02-17 21:10:06 +00:00
< / div >
< / div > < p >
2020-02-17 21:05:20 +00:00
< hr > < h2 > Member Function Documentation< / h2 >
2020-02-17 21:10:06 +00:00
< a class = "anchor" name = "850874d8da81aac52236756ed9f7c9c4" > < / a > <!-- doxytag: member="AutoDelete::operator *" ref="850874d8da81aac52236756ed9f7c9c4" args="() const" -->
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< class TYPE> < / div >
< table class = "memname" >
< tr >
< td class = "memname" > TYPE& < a class = "el" href = "classAutoDelete.html" > AutoDelete< / a > < TYPE > ::operator * < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td width = "100%" > const< code > [inline]< / code > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:10:06 +00:00
< / div >
< div class = "memdoc" >
2020-02-17 21:05:20 +00:00
< p >
2020-02-17 21:10:06 +00:00
< / div >
< / div > < p >
< a class = "anchor" name = "1dbde6a753417cc9dd39097fdfce895e" > < / a > <!-- doxytag: member="AutoDelete::operator - >" ref="1dbde6a753417cc9dd39097fdfce895e" args="() const" -->
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< class TYPE> < / div >
< table class = "memname" >
< tr >
< td class = "memname" > TYPE* < a class = "el" href = "classAutoDelete.html" > AutoDelete< / a > < TYPE > ::operator-> < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td width = "100%" > const< code > [inline]< / code > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:10:06 +00:00
< / div >
< div class = "memdoc" >
2020-02-17 21:05:20 +00:00
< p >
2020-02-17 21:10:06 +00:00
< / div >
< / div > < p >
< a class = "anchor" name = "12bfa6b3dde315fc283159709d4be9f5" > < / a > <!-- doxytag: member="AutoDelete::operator TYPE *" ref="12bfa6b3dde315fc283159709d4be9f5" args="() const" -->
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< class TYPE> < / div >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classAutoDelete.html" > AutoDelete< / a > < TYPE > ::operator TYPE * < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td width = "100%" > const< code > [inline]< / code > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:10:06 +00:00
< / div >
< div class = "memdoc" >
2020-02-17 21:05:20 +00:00
< p >
2020-02-17 21:10:06 +00:00
< / div >
< / div > < p >
< a class = "anchor" name = "d257e434207019f65a7c85d84fe69efa" > < / a > <!-- doxytag: member="AutoDelete::get" ref="d257e434207019f65a7c85d84fe69efa" args="() const" -->
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< class TYPE> < / div >
< table class = "memname" >
< tr >
< td class = "memname" > TYPE* < a class = "el" href = "classAutoDelete.html" > AutoDelete< / a > < TYPE > ::get < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td width = "100%" > const< code > [inline]< / code > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:10:06 +00:00
< / div >
< div class = "memdoc" >
2020-02-17 21:05:20 +00:00
< p >
2020-02-17 21:10:06 +00:00
< / div >
< / div > < p >
< a class = "anchor" name = "1f33c6ac21f2160fa854975c96336491" > < / a > <!-- doxytag: member="AutoDelete::adopt" ref="1f33c6ac21f2160fa854975c96336491" args="()" -->
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< class TYPE> < / div >
< table class = "memname" >
< tr >
< td class = "memname" > TYPE* < a class = "el" href = "classAutoDelete.html" > AutoDelete< / a > < TYPE > ::adopt < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td width = "100%" > < code > [inline]< / code > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:10:06 +00:00
< / div >
< div class = "memdoc" >
2020-02-17 21:05:20 +00:00
< p >
2020-02-17 21:10:06 +00:00
< / div >
< / div > < p >
< a class = "anchor" name = "a00be90ea92eedd9b2e03b1bc527a669" > < / a > <!-- doxytag: member="AutoDelete::set" ref="a00be90ea92eedd9b2e03b1bc527a669" args="(TYPE *p)" -->
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< class TYPE> < / div >
< table class = "memname" >
< tr >
< td class = "memname" > void < a class = "el" href = "classAutoDelete.html" > AutoDelete< / a > < TYPE > ::set < / td >
< td > (< / td >
< td class = "paramtype" > TYPE * < / td >
< td class = "paramname" > < em > p< / em > < / td >
< td > ) < / td >
< td width = "100%" > < code > [inline]< / code > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:10:06 +00:00
< / div >
< div class = "memdoc" >
2020-02-17 21:05:20 +00:00
< p >
2020-02-17 21:10:06 +00:00
< / div >
< / div > < p >
2020-02-17 21:05:20 +00:00
< hr > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "XPath2MemoryManager_8hpp-source.html" > XPath2MemoryManager.hpp< / a > < / ul >
2020-02-17 21:10:06 +00:00
< hr size = "1" > < address style = "align: right;" > < small > Generated on Wed Dec 12 19:14:02 2007 for XQilla Simple API by
2020-02-17 21:05:20 +00:00
< a href = "http://www.doxygen.org/index.html" >
2020-02-17 21:10:06 +00:00
< img src = "doxygen.png" alt = "doxygen" align = "middle" border = "0" > < / a > 1.5.1 < / small > < / address >
2020-02-17 21:05:20 +00:00
< / body >
< / html >