SourceForge.net Logo
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Examples

Result Class Reference

A scoped pointer wrapper for the lazily evaluated query result. More...

#include <Result.hpp>

List of all members.

Public Member Functions

 Result (const Item::Ptr &item)
 Result (const Sequence &seq)
 Result (ResultImpl *impl)
 Result (const Result &o)
Resultoperator= (const Result &o)
 ~Result ()
ResultImploperator-> ()
 Returns the underlying ResultImpl object.
const ResultImploperator-> () const
 Returns the underlying ResultImpl object.
ResultImplget ()
 Returns the underlying ResultImpl object.
const ResultImplget () const
 Returns the underlying ResultImpl object.
bool isNull () const
 Returns true if the underlying pointer is null.
EmptyResult * getEmpty () const


Detailed Description

A scoped pointer wrapper for the lazily evaluated query result.
Examples:

simple-basic.cpp, and simple-context-item.cpp.


Constructor & Destructor Documentation

Result::Result const Item::Ptr item  ) 
 

Result::Result const Sequence seq  ) 
 

Result::Result ResultImpl impl  ) 
 

Result::Result const Result o  ) 
 

Result::~Result  ) 
 


Member Function Documentation

const ResultImpl * Result::get  )  const [inline]
 

Returns the underlying ResultImpl object.

ResultImpl * Result::get  )  [inline]
 

Returns the underlying ResultImpl object.

EmptyResult* Result::getEmpty  )  const
 

bool Result::isNull  )  const [inline]
 

Returns true if the underlying pointer is null.

const ResultImpl * Result::operator->  )  const [inline]
 

Returns the underlying ResultImpl object.

ResultImpl * Result::operator->  )  [inline]
 

Returns the underlying ResultImpl object.

Result& Result::operator= const Result o  ) 
 


The documentation for this class was generated from the following file:
Generated on Fri Sep 25 06:55:41 2009 for XQilla Simple API by  doxygen 1.3.9.1