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: AutoRelease< 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 > AutoRelease< TYPE > Class Template Reference< / h1 > <!-- doxytag: class="AutoRelease" --> < code > #include < < a class = "el" href = "XPath2MemoryManager_8hpp-source.html" > XPath2MemoryManager.hpp< / a > > < / code >
< p >
< a href = "classAutoRelease-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 = "classAutoRelease.html#686c035fad9b8aa2974261c7251bb672" > AutoRelease< / a > (TYPE *p)< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classAutoRelease.html#9ee0c67d727350665894472e292524e3" > ~AutoRelease< / 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 = "classAutoRelease.html#61fc5eec0dfb72dd283e576f1ea93091" > 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 = "classAutoRelease.html#dbfc26433a8a5ddb1fa4b9d90dd0ae2b" > 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 = "classAutoRelease.html#d733cb9dd36630acaac8f5e77594a943" > 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 = "classAutoRelease.html#d8d405ce3e52406a04461a00a2743691" > 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 = "classAutoRelease.html#662a4db9c2b1d0a01a9c08d7f375ad28" > adopt< / a > ()< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > void < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classAutoRelease.html#9bf8d8491e856723e95e7263e3cec4a3" > set< / a > (TYPE *p)< / td > < / tr >
< / table >
< h3 > template< class TYPE> < br >
class AutoRelease< TYPE > < / h3 >
< hr > < h2 > Constructor & Destructor Documentation< / h2 >
2020-02-17 21:10:06 +00:00
< a class = "anchor" name = "686c035fad9b8aa2974261c7251bb672" > < / a > <!-- doxytag: member="AutoRelease::AutoRelease" ref="686c035fad9b8aa2974261c7251bb672" 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 = "classAutoRelease.html" > AutoRelease< / a > < TYPE > ::< a class = "el" href = "classAutoRelease.html" > AutoRelease< / 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 = "9ee0c67d727350665894472e292524e3" > < / a > <!-- doxytag: member="AutoRelease::~AutoRelease" ref="9ee0c67d727350665894472e292524e3" 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 = "classAutoRelease.html" > AutoRelease< / a > < TYPE > ::~< a class = "el" href = "classAutoRelease.html" > AutoRelease< / 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 = "61fc5eec0dfb72dd283e576f1ea93091" > < / a > <!-- doxytag: member="AutoRelease::operator *" ref="61fc5eec0dfb72dd283e576f1ea93091" 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 = "classAutoRelease.html" > AutoRelease< / 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 = "dbfc26433a8a5ddb1fa4b9d90dd0ae2b" > < / a > <!-- doxytag: member="AutoRelease::operator - >" ref="dbfc26433a8a5ddb1fa4b9d90dd0ae2b" 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 = "classAutoRelease.html" > AutoRelease< / 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 = "d733cb9dd36630acaac8f5e77594a943" > < / a > <!-- doxytag: member="AutoRelease::operator TYPE *" ref="d733cb9dd36630acaac8f5e77594a943" 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 = "classAutoRelease.html" > AutoRelease< / 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 = "d8d405ce3e52406a04461a00a2743691" > < / a > <!-- doxytag: member="AutoRelease::get" ref="d8d405ce3e52406a04461a00a2743691" 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 = "classAutoRelease.html" > AutoRelease< / 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 = "662a4db9c2b1d0a01a9c08d7f375ad28" > < / a > <!-- doxytag: member="AutoRelease::adopt" ref="662a4db9c2b1d0a01a9c08d7f375ad28" 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 = "classAutoRelease.html" > AutoRelease< / 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 = "9bf8d8491e856723e95e7263e3cec4a3" > < / a > <!-- doxytag: member="AutoRelease::set" ref="9bf8d8491e856723e95e7263e3cec4a3" 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 = "classAutoRelease.html" > AutoRelease< / 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 >