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: Result Class 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 > Result Class Reference< / h1 > <!-- doxytag: class="Result" --> A reference counting wrapper for the lazily evaluated query result.
< a href = "#_details" > More...< / a >
< p >
< code > #include < < a class = "el" href = "Result_8hpp-source.html" > Result.hpp< / a > > < / code >
< p >
< a href = "classResult-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 = "classResult.html#e7bf9d370facffda6212c5d7cc96581d" > Result< / a > (const < a class = "el" href = "classSequence.html" > Sequence< / a > & seq)< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classResult.html#0607f6add337b54115bd14020ee30992" > Result< / a > (ResultImpl *impl)< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classResult.html#b143fa79281509e165f52a9ff913ecb0" > Result< / a > (const < a class = "el" href = "classResult.html" > Result< / a > & o)< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < a class = "el" href = "classResult.html" > Result< / a > & < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classResult.html#755b44215795808f8cd30f38793c2c96" > operator=< / a > (const < a class = "el" href = "classResult.html" > Result< / a > & o)< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classResult.html#b83cf33a31236b3da75d66aaf9a05ed0" > ~Result< / a > ()< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > ResultImpl * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classResult.html#6cc161373ec2b58852f250c1b2c4091e" > operator-> < / a > ()< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Returns the underlying ResultImpl object. < a href = "#6cc161373ec2b58852f250c1b2c4091e" > < / a > < br > < / td > < / tr >
2020-02-17 21:10:06 +00:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > const ResultImpl * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classResult.html#7deb54fecc00a9372cad632855afc117" > operator-> < / a > () const< / td > < / tr >
2020-02-17 21:05:20 +00:00
2020-02-17 21:10:06 +00:00
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Returns the underlying ResultImpl object. < a href = "#7deb54fecc00a9372cad632855afc117" > < / a > < br > < / td > < / tr >
2020-02-17 21:05:20 +00:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > ResultImpl * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classResult.html#98858dfc452cee5c5197bd957f9c0715" > get< / a > ()< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Returns the underlying ResultImpl object. < a href = "#98858dfc452cee5c5197bd957f9c0715" > < / a > < br > < / td > < / tr >
2020-02-17 21:10:06 +00:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > const ResultImpl * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classResult.html#ab233e7b4fa3b64deea22f05dd3f84ac" > get< / a > () const< / td > < / tr >
2020-02-17 21:05:20 +00:00
2020-02-17 21:10:06 +00:00
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Returns the underlying ResultImpl object. < a href = "#ab233e7b4fa3b64deea22f05dd3f84ac" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > bool < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classResult.html#30f3f0c81e99aaeb1d9efc32d3bf6b7e" > isNull< / a > () const< / td > < / tr >
2020-02-17 21:05:20 +00:00
2020-02-17 21:10:06 +00:00
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Returns true if the underlying pointer is null. < a href = "#30f3f0c81e99aaeb1d9efc32d3bf6b7e" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > EmptyResult * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classResult.html#f9b31cbb334967b7617313967354959f" > getEmpty< / a > () const< / td > < / tr >
2020-02-17 21:05:20 +00:00
< / table >
< hr > < a name = "_details" > < / a > < h2 > Detailed Description< / h2 >
A reference counting wrapper for the lazily evaluated query result.
< p >
< hr > < h2 > Constructor & Destructor Documentation< / h2 >
2020-02-17 21:10:06 +00:00
< a class = "anchor" name = "e7bf9d370facffda6212c5d7cc96581d" > < / a > <!-- doxytag: member="Result::Result" ref="e7bf9d370facffda6212c5d7cc96581d" args="(const Sequence &seq)" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:10:06 +00:00
< td class = "memname" > Result::Result < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classSequence.html" > Sequence< / a > & < / td >
< td class = "paramname" > < em > seq< / em > < / td >
< td > ) < / td >
< td width = "100%" > < / 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 = "0607f6add337b54115bd14020ee30992" > < / a > <!-- doxytag: member="Result::Result" ref="0607f6add337b54115bd14020ee30992" args="(ResultImpl *impl)" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:10:06 +00:00
< td class = "memname" > Result::Result < / td >
< td > (< / td >
< td class = "paramtype" > ResultImpl * < / td >
< td class = "paramname" > < em > impl< / em > < / td >
< td > ) < / td >
< td width = "100%" > < / 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 = "b143fa79281509e165f52a9ff913ecb0" > < / a > <!-- doxytag: member="Result::Result" ref="b143fa79281509e165f52a9ff913ecb0" args="(const Result &o)" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:10:06 +00:00
< td class = "memname" > Result::Result < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classResult.html" > Result< / a > & < / td >
< td class = "paramname" > < em > o< / em > < / td >
< td > ) < / td >
< td width = "100%" > < / 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 = "b83cf33a31236b3da75d66aaf9a05ed0" > < / a > <!-- doxytag: member="Result::~Result" ref="b83cf33a31236b3da75d66aaf9a05ed0" args="()" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:10:06 +00:00
< td class = "memname" > Result::~Result < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td width = "100%" > < / 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 = "755b44215795808f8cd30f38793c2c96" > < / a > <!-- doxytag: member="Result::operator=" ref="755b44215795808f8cd30f38793c2c96" args="(const Result &o)" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:10:06 +00:00
< td class = "memname" > < a class = "el" href = "classResult.html" > Result< / a > & Result::operator= < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classResult.html" > Result< / a > & < / td >
< td class = "paramname" > < em > o< / 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 = "6cc161373ec2b58852f250c1b2c4091e" > < / a > <!-- doxytag: member="Result::operator - >" ref="6cc161373ec2b58852f250c1b2c4091e" args="()" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:10:06 +00:00
< td class = "memname" > ResultImpl * Result::operator-> < / 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 >
Returns the underlying ResultImpl object.
< p >
2020-02-17 21:10:06 +00:00
< / div >
< / div > < p >
< a class = "anchor" name = "7deb54fecc00a9372cad632855afc117" > < / a > <!-- doxytag: member="Result::operator - >" ref="7deb54fecc00a9372cad632855afc117" args="() const" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:10:06 +00:00
< td class = "memname" > const ResultImpl * Result::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
Returns the underlying ResultImpl object.
< p >
< / div >
< / div > < p >
< a class = "anchor" name = "98858dfc452cee5c5197bd957f9c0715" > < / a > <!-- doxytag: member="Result::get" ref="98858dfc452cee5c5197bd957f9c0715" args="()" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:10:06 +00:00
< td class = "memname" > ResultImpl * Result::get < / 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
Returns the underlying ResultImpl object.
2020-02-17 21:05:20 +00:00
< p >
2020-02-17 21:10:06 +00:00
< / div >
< / div > < p >
< a class = "anchor" name = "ab233e7b4fa3b64deea22f05dd3f84ac" > < / a > <!-- doxytag: member="Result::get" ref="ab233e7b4fa3b64deea22f05dd3f84ac" args="() const" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:10:06 +00:00
< td class = "memname" > const ResultImpl * Result::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 >
Returns the underlying ResultImpl object.
< p >
2020-02-17 21:10:06 +00:00
< / div >
< / div > < p >
< a class = "anchor" name = "30f3f0c81e99aaeb1d9efc32d3bf6b7e" > < / a > <!-- doxytag: member="Result::isNull" ref="30f3f0c81e99aaeb1d9efc32d3bf6b7e" args="() const" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:10:06 +00:00
< td class = "memname" > bool Result::isNull < / 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
Returns true if the underlying pointer is null.
2020-02-17 21:05:20 +00:00
< p >
2020-02-17 21:10:06 +00:00
< / div >
< / div > < p >
< a class = "anchor" name = "f9b31cbb334967b7617313967354959f" > < / a > <!-- doxytag: member="Result::getEmpty" ref="f9b31cbb334967b7617313967354959f" args="() const" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:10:06 +00:00
< td class = "memname" > EmptyResult* Result::getEmpty < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td width = "100%" > const< / 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 = "Result_8hpp-source.html" > Result.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:03 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 >