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: AutoDeleteArray< 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 > AutoDeleteArray< TYPE > Class Template Reference< / h1 > <!-- doxytag: class="AutoDeleteArray" --> < code > #include < < a class = "el" href = "XPath2MemoryManager_8hpp-source.html" > XPath2MemoryManager.hpp< / a > > < / code >
< p >
< a href = "classAutoDeleteArray-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 = "classAutoDeleteArray.html#326eefc335cf22f67e2e83928b6a6245" > AutoDeleteArray< / a > (TYPE *p)< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classAutoDeleteArray.html#7f0f2786183326c4cc09d25b1879df5b" > ~AutoDeleteArray< / 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 = "classAutoDeleteArray.html#267be85a114eae7c8b0939bc5eb27c4e" > 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 = "classAutoDeleteArray.html#3e90b6bc30abacbd71c340809dd89e09" > 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 = "classAutoDeleteArray.html#a0c4f9422e684d94d2e3d364a8585404" > 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 = "classAutoDeleteArray.html#b88aaa530328e51755cf9052801f6793" > 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 = "classAutoDeleteArray.html#adcd29d03ab17fc8e3ab9856fe18eace" > adopt< / a > ()< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > void < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classAutoDeleteArray.html#9817f2407fc5ce75839ea01eacd108a6" > set< / a > (TYPE *p)< / td > < / tr >
< / table >
< h3 > template< class TYPE> < br >
class AutoDeleteArray< TYPE > < / h3 >
< hr > < h2 > Constructor & Destructor Documentation< / h2 >
2020-02-17 21:10:06 +00:00
< a class = "anchor" name = "326eefc335cf22f67e2e83928b6a6245" > < / a > <!-- doxytag: member="AutoDeleteArray::AutoDeleteArray" ref="326eefc335cf22f67e2e83928b6a6245" 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 = "classAutoDeleteArray.html" > AutoDeleteArray< / a > < TYPE > ::< a class = "el" href = "classAutoDeleteArray.html" > AutoDeleteArray< / 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 = "7f0f2786183326c4cc09d25b1879df5b" > < / a > <!-- doxytag: member="AutoDeleteArray::~AutoDeleteArray" ref="7f0f2786183326c4cc09d25b1879df5b" 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 = "classAutoDeleteArray.html" > AutoDeleteArray< / a > < TYPE > ::~< a class = "el" href = "classAutoDeleteArray.html" > AutoDeleteArray< / 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 = "267be85a114eae7c8b0939bc5eb27c4e" > < / a > <!-- doxytag: member="AutoDeleteArray::operator *" ref="267be85a114eae7c8b0939bc5eb27c4e" 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 = "classAutoDeleteArray.html" > AutoDeleteArray< / 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 = "3e90b6bc30abacbd71c340809dd89e09" > < / a > <!-- doxytag: member="AutoDeleteArray::operator - >" ref="3e90b6bc30abacbd71c340809dd89e09" 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 = "classAutoDeleteArray.html" > AutoDeleteArray< / 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 = "a0c4f9422e684d94d2e3d364a8585404" > < / a > <!-- doxytag: member="AutoDeleteArray::operator TYPE *" ref="a0c4f9422e684d94d2e3d364a8585404" 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 = "classAutoDeleteArray.html" > AutoDeleteArray< / 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 = "b88aaa530328e51755cf9052801f6793" > < / a > <!-- doxytag: member="AutoDeleteArray::get" ref="b88aaa530328e51755cf9052801f6793" 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 = "classAutoDeleteArray.html" > AutoDeleteArray< / 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 = "adcd29d03ab17fc8e3ab9856fe18eace" > < / a > <!-- doxytag: member="AutoDeleteArray::adopt" ref="adcd29d03ab17fc8e3ab9856fe18eace" 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 = "classAutoDeleteArray.html" > AutoDeleteArray< / 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 = "9817f2407fc5ce75839ea01eacd108a6" > < / a > <!-- doxytag: member="AutoDeleteArray::set" ref="9817f2407fc5ce75839ea01eacd108a6" 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 = "classAutoDeleteArray.html" > AutoDeleteArray< / 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 >