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" >
2020-02-17 21:11:31 +00:00
< title > XQilla Simple API Documentation< / title >
2020-02-17 21:05:20 +00:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" >
< / head > < body >
2020-02-17 21:11:31 +00: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 21:17:06 +00:00
<!-- Generated by Doxygen 1.5.5 -->
< div class = "navigation" id = "top" >
< 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 class = "current" > < a href = "classes.html" > < span > Classes< / span > < / a > < / li >
< li > < a href = "files.html" > < span > Files< / span > < / a > < / li >
< li > < a href = "examples.html" > < span > Examples< / 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 >
< / div >
< div class = "contents" >
< h1 > Result Class Reference< / h1 > <!-- doxytag: class="Result" --> A scoped pointer wrapper for the lazily evaluated query result.
2020-02-17 21:05:20 +00:00
< a href = "#_details" > More...< / a >
< p >
< code > #include < < a class = "el" href = "Result_8hpp-source.html" > Result.hpp< / a > > < / code >
2020-02-17 21:17:06 +00:00
< p >
2020-02-17 21:05:20 +00:00
< 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 >
2020-02-17 21:11:31 +00:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classResult.html#232db797580b11fbe088d1f09b88d235" > Result< / a > (const < a class = "el" href = "classRefCountPointer.html" > Item::Ptr< / a > & item)< / td > < / tr >
2020-02-17 21:05:20 +00:00
< 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 >
2020-02-17 21:11:31 +00:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classResult.html#0607f6add337b54115bd14020ee30992" > Result< / a > (< a class = "el" href = "classResultImpl.html" > ResultImpl< / a > *impl)< / td > < / tr >
2020-02-17 21:05:20 +00:00
< 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 >
2020-02-17 21:17:06 +00:00
< 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#1631e003d243021ffc180997ebea2147" > operator=< / a > (const < a class = "el" href = "classResult.html" > Result< / a > & o)< / td > < / tr >
2020-02-17 21:05:20 +00:00
< 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 >
2020-02-17 21:11:31 +00:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < a class = "el" href = "classResultImpl.html" > ResultImpl< / a > * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classResult.html#6cc161373ec2b58852f250c1b2c4091e" > operator-> < / a > ()< / td > < / tr >
2020-02-17 21:05:20 +00:00
2020-02-17 21:17:06 +00:00
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Returns the underlying < a class = "el" href = "classResultImpl.html" title = "A lazily evaluated query result." > ResultImpl< / a > object. < a href = "#6cc161373ec2b58852f250c1b2c4091e" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > const < a class = "el" href = "classResultImpl.html" > ResultImpl< / a > * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classResult.html#3218a8e3d12a7d37885711bfb285960c" > operator-> < / a > () const < / td > < / tr >
2020-02-17 21:05:20 +00:00
2020-02-17 21:17:06 +00:00
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Returns the underlying < a class = "el" href = "classResultImpl.html" title = "A lazily evaluated query result." > ResultImpl< / a > object. < a href = "#3218a8e3d12a7d37885711bfb285960c" > < / a > < br > < / td > < / tr >
2020-02-17 21:11:31 +00:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < a class = "el" href = "classResultImpl.html" > ResultImpl< / a > * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classResult.html#98858dfc452cee5c5197bd957f9c0715" > get< / a > ()< / td > < / tr >
2020-02-17 21:05:20 +00:00
2020-02-17 21:17:06 +00:00
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Returns the underlying < a class = "el" href = "classResultImpl.html" title = "A lazily evaluated query result." > ResultImpl< / a > object. < a href = "#98858dfc452cee5c5197bd957f9c0715" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > const < a class = "el" href = "classResultImpl.html" > ResultImpl< / a > * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classResult.html#d699b382cbc38d188036f61bc54754e2" > get< / a > () const < / td > < / tr >
2020-02-17 21:05:20 +00:00
2020-02-17 21:17:06 +00:00
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Returns the underlying < a class = "el" href = "classResultImpl.html" title = "A lazily evaluated query result." > ResultImpl< / a > object. < a href = "#d699b382cbc38d188036f61bc54754e2" > < / 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#fb0e13d1fd84752d4dd4f1c250442383" > isNull< / a > () const < / td > < / tr >
2020-02-17 21:05:20 +00:00
2020-02-17 21:17:06 +00:00
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Returns true if the underlying pointer is null. < a href = "#fb0e13d1fd84752d4dd4f1c250442383" > < / 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#1d33d5326a611a9b1cd9e1c9f908bdb1" > getEmpty< / a > () const < / td > < / tr >
2020-02-17 21:05:20 +00:00
< / table >
< hr > < a name = "_details" > < / a > < h2 > Detailed Description< / h2 >
2020-02-17 21:17:06 +00:00
A scoped pointer wrapper for the lazily evaluated query result. < dl compact > < dt > < b > Examples: < / b > < / dt > < dd >
2020-02-17 21:05:20 +00:00
< p >
2020-02-17 21:17:06 +00:00
< a class = "el" href = "simple-basic_8cpp-example.html#_a3" > simple-basic.cpp< / a > , and < a class = "el" href = "simple-context-item_8cpp-example.html#_a4" > simple-context-item.cpp< / a > .< / dl > < hr > < h2 > Constructor & Destructor Documentation< / h2 >
2020-02-17 21:11:31 +00:00
< a class = "anchor" name = "232db797580b11fbe088d1f09b88d235" > < / a > <!-- doxytag: member="Result::Result" ref="232db797580b11fbe088d1f09b88d235" args="(const Item::Ptr &item)" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > Result::Result < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classRefCountPointer.html" > Item::Ptr< / a > & < / td >
< td class = "paramname" > < em > item< / em > < / td >
< td > ) < / td >
< td width = "100%" > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
< / div >
< / div > < p >
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 >
2020-02-17 21:11:31 +00:00
< td class = "paramtype" > < a class = "el" href = "classResultImpl.html" > ResultImpl< / a > * < / td >
2020-02-17 21:10:06 +00:00
< 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:17:06 +00:00
< a class = "anchor" name = "1631e003d243021ffc180997ebea2147" > < / a > <!-- doxytag: member="Result::operator=" ref="1631e003d243021ffc180997ebea2147" args="(const Result &o)" -->
2020-02-17 21:10:06 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:17:06 +00:00
< td class = "memname" > < a class = "el" href = "classResult.html" > Result< / a > & Result::operator= < / td >
2020-02-17 21:10:06 +00:00
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classResult.html" > Result< / a > & < / td >
< td class = "paramname" > < em > o< / em > < / td >
< td > ) < / td >
2020-02-17 21:17:06 +00:00
< 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 = "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:11:31 +00:00
< td class = "memname" > < a class = "el" href = "classResultImpl.html" > ResultImpl< / a > * Result::operator-> < / td >
2020-02-17 21:10:06 +00:00
< 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:17:06 +00:00
Returns the underlying < a class = "el" href = "classResultImpl.html" title = "A lazily evaluated query result." > ResultImpl< / a > object.
2020-02-17 21:05:20 +00:00
< p >
2020-02-17 21:10:06 +00:00
< / div >
< / div > < p >
2020-02-17 21:17:06 +00:00
< a class = "anchor" name = "3218a8e3d12a7d37885711bfb285960c" > < / a > <!-- doxytag: member="Result::operator - >" ref="3218a8e3d12a7d37885711bfb285960c" args="() const " -->
2020-02-17 21:10:06 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:11:31 +00:00
< td class = "memname" > const < a class = "el" href = "classResultImpl.html" > ResultImpl< / a > * Result::operator-> < / td >
2020-02-17 21:10:06 +00:00
< 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:17:06 +00:00
Returns the underlying < a class = "el" href = "classResultImpl.html" title = "A lazily evaluated query result." > ResultImpl< / a > object.
2020-02-17 21:10:06 +00:00
< 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:11:31 +00:00
< td class = "memname" > < a class = "el" href = "classResultImpl.html" > ResultImpl< / a > * Result::get < / td >
2020-02-17 21:10:06 +00:00
< 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:17:06 +00:00
Returns the underlying < a class = "el" href = "classResultImpl.html" title = "A lazily evaluated query result." > ResultImpl< / a > object.
2020-02-17 21:05:20 +00:00
< p >
2020-02-17 21:10:06 +00:00
2020-02-17 21:17:06 +00:00
< p > References < a class = "el" href = "classResult.html#1d33d5326a611a9b1cd9e1c9f908bdb1" > getEmpty()< / a > .< / p >
2020-02-17 21:10:06 +00:00
< / div >
< / div > < p >
2020-02-17 21:17:06 +00:00
< a class = "anchor" name = "d699b382cbc38d188036f61bc54754e2" > < / a > <!-- doxytag: member="Result::get" ref="d699b382cbc38d188036f61bc54754e2" args="() const " -->
2020-02-17 21:10:06 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:11:31 +00:00
< td class = "memname" > const < a class = "el" href = "classResultImpl.html" > ResultImpl< / a > * Result::get < / td >
2020-02-17 21:10:06 +00:00
< 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:17:06 +00:00
Returns the underlying < a class = "el" href = "classResultImpl.html" title = "A lazily evaluated query result." > ResultImpl< / a > object.
2020-02-17 21:05:20 +00:00
< p >
2020-02-17 21:10:06 +00:00
2020-02-17 21:17:06 +00:00
< p > References < a class = "el" href = "classResult.html#1d33d5326a611a9b1cd9e1c9f908bdb1" > getEmpty()< / a > .< / p >
2020-02-17 21:10:06 +00:00
< / div >
< / div > < p >
2020-02-17 21:17:06 +00:00
< a class = "anchor" name = "fb0e13d1fd84752d4dd4f1c250442383" > < / a > <!-- doxytag: member="Result::isNull" ref="fb0e13d1fd84752d4dd4f1c250442383" args="() const " -->
2020-02-17 21:10:06 +00:00
< 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 >
2020-02-17 21:17:06 +00:00
< a class = "anchor" name = "1d33d5326a611a9b1cd9e1c9f908bdb1" > < / a > <!-- doxytag: member="Result::getEmpty" ref="1d33d5326a611a9b1cd9e1c9f908bdb1" args="() const " -->
2020-02-17 21:10:06 +00:00
< 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
2020-02-17 21:17:06 +00:00
< p > Referenced by < a class = "el" href = "Result_8hpp-source.html#l00077" > get()< / a > .< / 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:17:06 +00:00
< / div >
< hr size = "1" > < address style = "text-align: right;" > < small > Generated on Mon Jan 5 19:54:24 2009 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:17:06 +00:00
< img src = "doxygen.png" alt = "doxygen" align = "middle" border = "0" > < / a > 1.5.5 < / small > < / address >
2020-02-17 21:05:20 +00:00
< / body >
< / html >