2020-02-17 22:05:20 +01: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" >
2020-02-17 22:11:31 +01:00
< title > XQilla Simple API Documentation< / title >
2020-02-17 22:05:20 +01:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" >
< / head > < body >
2020-02-17 22:11:31 +01:00
< a style = "float:right;" href = "http://sourceforge.net/projects/xqilla" > < img src = "http://sflogo.sourceforge.net/sflogo.php?group_id=152021&type=2" border = "0" alt = "SourceForge.net Logo" / > < / a >
2020-02-17 22:19:08 +01:00
<!-- Generated by Doxygen 1.3.9.1 -->
< div class = "qindex" > < a class = "qindex" href = "index.html" > Main Page< / a > | < a class = "qindex" href = "namespaces.html" > Namespace List< / a > | < a class = "qindex" href = "hierarchy.html" > Class Hierarchy< / a > | < a class = "qindex" href = "classes.html" > Alphabetical List< / a > | < a class = "qindex" href = "annotated.html" > Class List< / a > | < a class = "qindex" href = "dirs.html" > Directories< / a > | < a class = "qindex" href = "files.html" > File List< / a > | < a class = "qindex" href = "namespacemembers.html" > Namespace Members< / a > | < a class = "qindex" href = "functions.html" > Class Members< / a > | < a class = "qindex" href = "globals.html" > File Members< / a > | < a class = "qindex" href = "examples.html" > Examples< / a > < / div >
< div class = "nav" >
< a class = "el" href = "dir_000000.html" > include< / a > / < a class = "el" href = "dir_000001.html" > xqilla< / a > / < a class = "el" href = "dir_000017.html" > framework< / a > < / div >
2020-02-17 22:05:20 +01:00
< h1 > ReferenceCounted.hpp File Reference< / h1 > < code > #include < xqilla/framework/XQillaExport.hpp> < / code > < br >
< code > #include < < a class = "el" href = "MemoryManager_8hpp-source.html" > xercesc/framework/MemoryManager.hpp< / a > > < / code > < br >
< p >
2020-02-17 22:19:08 +01:00
Include dependency graph for ReferenceCounted.hpp:< p > < center > < img src = "ReferenceCounted_8hpp__incl.png" border = "0" usemap = "#ReferenceCounted.hpp_map" alt = "Include dependency graph" > < / center >
2020-02-17 22:05:20 +01:00
< map name = "ReferenceCounted.hpp_map" >
2020-02-17 22:19:08 +01:00
< area href = "MemoryManager_8hpp.html" shape = "rect" coords = "251,81,512,105" alt = "" >
< / map >
2020-02-17 22:05:20 +01:00
< p >
2020-02-17 22:19:08 +01:00
This graph shows which files directly or indirectly include this file:< p > < center > < img src = "ReferenceCounted_8hpp__dep__incl.png" border = "0" usemap = "#ReferenceCounted.hppdep_map" alt = "Included by dependency graph" > < / center >
2020-02-17 22:05:20 +01:00
< map name = "ReferenceCounted.hppdep_map" >
2020-02-17 22:19:08 +01:00
< area href = "Item_8hpp.html" shape = "rect" coords = "239,231,311,255" alt = "" >
< area href = "ResultImpl_8hpp.html" shape = "rect" coords = "103,156,212,180" alt = "" >
< area href = "EventGenerator_8hpp.html" shape = "rect" coords = "5,81,144,105" alt = "" >
< area href = "Result_8hpp.html" shape = "rect" coords = "177,81,263,105" alt = "" >
< area href = "FunctionRef_8hpp.html" shape = "rect" coords = "201,7,319,31" alt = "" >
< area href = "AnyAtomicType_8hpp.html" shape = "rect" coords = "337,156,476,180" alt = "" >
< area href = "StackFrame_8hpp.html" shape = "rect" coords = "500,156,617,180" alt = "" >
< area href = "Timezone_8hpp.html" shape = "rect" coords = "335,231,439,255" alt = "" >
< / map >
2020-02-17 22:05:20 +01:00
< p >
< a href = "ReferenceCounted_8hpp-source.html" > Go to the source code of this file.< / a > < table border = "0" cellpadding = "0" cellspacing = "0" >
< tr > < td > < / td > < / tr >
< tr > < td colspan = "2" > < br > < h2 > Classes< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > class < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classReferenceCounted.html" > ReferenceCounted< / a > < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Super class for reference counted classes. < a href = "classReferenceCounted.html#_details" > More...< / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > class < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classRefCountPointer.html" > RefCountPointer< T > < / a > < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Super class of all the reference counted wrappers for Items. < a href = "classRefCountPointer.html#_details" > More...< / a > < br > < / td > < / tr >
< tr > < td colspan = "2" > < br > < h2 > Defines< / h2 > < / td > < / tr >
2020-02-17 22:19:08 +01:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > #define < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "ReferenceCounted_8hpp.html#a0" > NULLRCP< / a > ((void *)0)< / td > < / tr >
2020-02-17 22:05:20 +01:00
< tr > < td colspan = "2" > < br > < h2 > Functions< / h2 > < / td > < / tr >
< tr > < td class = "memTemplParams" nowrap colspan = "2" > template< class T1, class T2> < / td > < / tr >
2020-02-17 22:19:08 +01:00
< tr > < td class = "memTemplItemLeft" nowrap align = "right" valign = "top" > bool < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "ReferenceCounted_8hpp.html#a1" > operator==< / a > (const < a class = "el" href = "classRefCountPointer.html" > RefCountPointer< / a > < T1 > & a, const < a class = "el" href = "classRefCountPointer.html" > RefCountPointer< / a > < T2 > & b)< / td > < / tr >
2020-02-17 22:05:20 +01:00
< tr > < td class = "memTemplParams" nowrap colspan = "2" > template< class T1, class T2> < / td > < / tr >
2020-02-17 22:19:08 +01:00
< tr > < td class = "memTemplItemLeft" nowrap align = "right" valign = "top" > bool < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "ReferenceCounted_8hpp.html#a2" > operator!=< / a > (const < a class = "el" href = "classRefCountPointer.html" > RefCountPointer< / a > < T1 > & a, const < a class = "el" href = "classRefCountPointer.html" > RefCountPointer< / a > < T2 > & b)< / td > < / tr >
2020-02-17 22:05:20 +01:00
< tr > < td class = "memTemplParams" nowrap colspan = "2" > template< class T> < / td > < / tr >
2020-02-17 22:19:08 +01:00
< tr > < td class = "memTemplItemLeft" nowrap align = "right" valign = "top" > bool < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "ReferenceCounted_8hpp.html#a3" > operator==< / a > (const < a class = "el" href = "classRefCountPointer.html" > RefCountPointer< / a > < T > & a, void *b)< / td > < / tr >
2020-02-17 22:05:20 +01:00
< tr > < td class = "memTemplParams" nowrap colspan = "2" > template< class T> < / td > < / tr >
2020-02-17 22:19:08 +01:00
< tr > < td class = "memTemplItemLeft" nowrap align = "right" valign = "top" > bool < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "ReferenceCounted_8hpp.html#a4" > operator!=< / a > (const < a class = "el" href = "classRefCountPointer.html" > RefCountPointer< / a > < T > & a, void *b)< / td > < / tr >
2020-02-17 22:05:20 +01:00
< / table >
< hr > < h2 > Define Documentation< / h2 >
2020-02-17 22:19:08 +01:00
< a class = "anchor" name = "a0" doxytag = "ReferenceCounted.hpp::NULLRCP" > < / a > < p >
< table class = "mdTable" width = "100%" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
2020-02-17 22:05:20 +01:00
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap valign = "top" > #define NULLRCP ((void *)0) < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< / table >
2020-02-17 22:19:08 +01:00
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
2020-02-17 22:05:20 +01:00
< p >
2020-02-17 22:19:08 +01:00
< / td >
< / tr >
< / table >
2020-02-17 22:05:20 +01:00
< hr > < h2 > Function Documentation< / h2 >
2020-02-17 22:19:08 +01:00
< a class = "anchor" name = "a4" doxytag = "ReferenceCounted.hpp::operator!=" > < / a > < p >
< table class = "mdTable" width = "100%" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
2020-02-17 22:05:20 +01:00
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" colspan = "4" >
template< class T> < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap valign = "top" > bool operator!= < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const < a class = "el" href = "classRefCountPointer.html" > RefCountPointer< / a > < T > & < / td >
< td class = "mdname" nowrap > < em > a< / em > , < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap align = "right" > < / td >
< td class = "md" > < / td >
< td class = "md" nowrap > void * < / td >
< td class = "mdname" nowrap > < em > b< / em > < / td >
< / tr >
< tr >
< td class = "md" > < / td >
< td class = "md" > ) < / td >
< td class = "md" colspan = "2" > < code > [inline]< / code > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< / table >
2020-02-17 22:19:08 +01:00
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
2020-02-17 22:05:20 +01:00
< p >
2020-02-17 22:19:08 +01:00
< / td >
< / tr >
< / table >
< a class = "anchor" name = "a2" doxytag = "ReferenceCounted.hpp::operator!=" > < / a > < p >
< table class = "mdTable" width = "100%" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" colspan = "4" >
template< class T1, class T2> < / td >
< / tr >
2020-02-17 22:05:20 +01:00
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap valign = "top" > bool operator!= < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const < a class = "el" href = "classRefCountPointer.html" > RefCountPointer< / a > < T1 > & < / td >
< td class = "mdname" nowrap > < em > a< / em > , < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap align = "right" > < / td >
< td class = "md" > < / td >
< td class = "md" nowrap > const < a class = "el" href = "classRefCountPointer.html" > RefCountPointer< / a > < T2 > & < / td >
< td class = "mdname" nowrap > < em > b< / em > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" > < / td >
< td class = "md" > ) < / td >
< td class = "md" colspan = "2" > < code > [inline]< / code > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< / table >
2020-02-17 22:19:08 +01:00
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
2020-02-17 22:05:20 +01:00
< p >
2020-02-17 22:19:08 +01:00
< / td >
< / tr >
< / table >
< a class = "anchor" name = "a3" doxytag = "ReferenceCounted.hpp::operator==" > < / a > < p >
< table class = "mdTable" width = "100%" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" colspan = "4" >
template< class T> < / td >
< / tr >
2020-02-17 22:05:20 +01:00
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap valign = "top" > bool operator== < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const < a class = "el" href = "classRefCountPointer.html" > RefCountPointer< / a > < T > & < / td >
< td class = "mdname" nowrap > < em > a< / em > , < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap align = "right" > < / td >
< td class = "md" > < / td >
< td class = "md" nowrap > void * < / td >
< td class = "mdname" nowrap > < em > b< / em > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" > < / td >
< td class = "md" > ) < / td >
< td class = "md" colspan = "2" > < code > [inline]< / code > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< / table >
2020-02-17 22:19:08 +01:00
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
2020-02-17 22:05:20 +01:00
< p >
2020-02-17 22:19:08 +01:00
< / td >
< / tr >
< / table >
< a class = "anchor" name = "a1" doxytag = "ReferenceCounted.hpp::operator==" > < / a > < p >
< table class = "mdTable" width = "100%" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
2020-02-17 22:05:20 +01:00
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" colspan = "4" >
template< class T1, class T2> < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap valign = "top" > bool operator== < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const < a class = "el" href = "classRefCountPointer.html" > RefCountPointer< / a > < T1 > & < / td >
< td class = "mdname" nowrap > < em > a< / em > , < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap align = "right" > < / td >
< td class = "md" > < / td >
< td class = "md" nowrap > const < a class = "el" href = "classRefCountPointer.html" > RefCountPointer< / a > < T2 > & < / td >
< td class = "mdname" nowrap > < em > b< / em > < / td >
< / tr >
< tr >
< td class = "md" > < / td >
< td class = "md" > ) < / td >
< td class = "md" colspan = "2" > < code > [inline]< / code > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< / table >
2020-02-17 22:19:08 +01:00
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
2020-02-17 22:05:20 +01:00
< p >
2020-02-17 22:19:08 +01:00
< / td >
< / tr >
< / table >
< hr size = "1" > < address style = "align: right;" > < small > Generated on Fri Sep 25 06:55:35 2009 for XQilla Simple API by
2020-02-17 22:05:20 +01:00
< a href = "http://www.doxygen.org/index.html" >
2020-02-17 22:19:08 +01:00
< img src = "doxygen.png" alt = "doxygen" align = "middle" border = "0" > < / a > 1.3.9.1 < / small > < / address >
2020-02-17 22:05:20 +01:00
< / body >
< / html >