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: ReferenceCounted Class Reference< / title >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" >
< / head > < body >
<!-- Generated by Doxygen 1.4.6 -->
< 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 > ReferenceCounted Class Reference< / h1 > <!-- doxytag: class="ReferenceCounted" --> Super class for reference counted classes.
< a href = "#_details" > More...< / a >
< p >
< code > #include < < a class = "el" href = "ReferenceCounted_8hpp-source.html" > ReferenceCounted.hpp< / a > > < / code >
< p >
Inheritance diagram for ReferenceCounted:< p > < center > < img src = "classReferenceCounted__inherit__graph.png" border = "0" usemap = "#ReferenceCounted__inherit__map" alt = "Inheritance graph" > < / center >
< map name = "ReferenceCounted__inherit__map" >
< area href = "classItem.html" shape = "rect" coords = "94,84,142,108" alt = "" >
< area href = "classTimezone.html" shape = "rect" coords = "166,84,246,108" alt = "" >
< area href = "classAnyAtomicType.html" shape = "rect" coords = "8,158,122,182" alt = "" >
< area href = "classNode.html" shape = "rect" coords = "146,158,200,182" alt = "" >
< / map >
< center > < font size = "2" > [< a href = "graph_legend.html" > legend< / a > ]< / font > < / center > < a href = "classReferenceCounted-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 = "classReferenceCounted.html#5dc30ae895897b5008dc71ea26f175a1" > ReferenceCounted< / a > ()< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classReferenceCounted.html#039b1f45b252a226c55598f31e3993cc" > ~ReferenceCounted< / a > ()< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > void < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classReferenceCounted.html#386d6aab0473c14a32ce81226b939cb3" > incrementRefCount< / a > () const < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Increment the reference count. < a href = "#386d6aab0473c14a32ce81226b939cb3" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual void < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classReferenceCounted.html#426ce234c4797e7150f44a9bb50537b5" > decrementRefCount< / a > () const < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Decrement the reference count, deleting if it becomes zero. < a href = "#426ce234c4797e7150f44a9bb50537b5" > < / a > < br > < / td > < / tr >
< tr > < td colspan = "2" > < br > < h2 > Protected Attributes< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > unsigned int < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classReferenceCounted.html#09e5d033e5224cd8b94cdc061cb56fe0" > _ref_count< / a > < / td > < / tr >
< / table >
< hr > < a name = "_details" > < / a > < h2 > Detailed Description< / h2 >
Super class for reference counted classes.
< p >
< hr > < h2 > Constructor & Destructor Documentation< / h2 >
< a class = "anchor" name = "5dc30ae895897b5008dc71ea26f175a1" > < / a > <!-- doxytag: member="ReferenceCounted::ReferenceCounted" ref="5dc30ae895897b5008dc71ea26f175a1" args="()" --> < p >
< table class = "mdTable" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > ReferenceCounted::ReferenceCounted < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > < code > [inline]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "039b1f45b252a226c55598f31e3993cc" > < / a > <!-- doxytag: member="ReferenceCounted::~ReferenceCounted" ref="039b1f45b252a226c55598f31e3993cc" args="()" --> < p >
< table class = "mdTable" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > virtual ReferenceCounted::~ReferenceCounted < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > < code > [inline, virtual]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
< / td >
< / tr >
< / table >
< hr > < h2 > Member Function Documentation< / h2 >
< a class = "anchor" name = "426ce234c4797e7150f44a9bb50537b5" > < / a > <!-- doxytag: member="ReferenceCounted::decrementRefCount" ref="426ce234c4797e7150f44a9bb50537b5" args="() const " --> < p >
< table class = "mdTable" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > virtual void ReferenceCounted::decrementRefCount < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > const< code > [inline, virtual]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Decrement the reference count, deleting if it becomes zero.
< p >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "386d6aab0473c14a32ce81226b939cb3" > < / a > <!-- doxytag: member="ReferenceCounted::incrementRefCount" ref="386d6aab0473c14a32ce81226b939cb3" args="() const " --> < p >
< table class = "mdTable" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > void ReferenceCounted::incrementRefCount < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > const< code > [inline]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Increment the reference count.
< p >
< / td >
< / tr >
< / table >
< hr > < h2 > Member Data Documentation< / h2 >
< a class = "anchor" name = "09e5d033e5224cd8b94cdc061cb56fe0" > < / a > <!-- doxytag: member="ReferenceCounted::_ref_count" ref="09e5d033e5224cd8b94cdc061cb56fe0" args="" --> < p >
< table class = "mdTable" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > unsigned int < a class = "el" href = "classReferenceCounted.html#09e5d033e5224cd8b94cdc061cb56fe0" > ReferenceCounted::_ref_count< / a > < code > [protected]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
< / td >
< / tr >
< / table >
< hr > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "ReferenceCounted_8hpp-source.html" > ReferenceCounted.hpp< / a > < / ul >
2020-02-17 21:08:05 +00:00
< hr size = "1" > < address style = "align: right;" > < small > Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by
2020-02-17 21:05:20 +00:00
< a href = "http://www.doxygen.org/index.html" >
< img src = "doxygen.png" alt = "doxygen" align = "middle" border = "0" > < / a > 1.4.6 < / small > < / address >
< / body >
< / html >