#include <Result.hpp>
Public Member Functions | |
Result (const Item::Ptr &item) | |
Result (const Sequence &seq) | |
Result (ResultImpl *impl) | |
Result (const Result &o) | |
Result & | operator= (const Result &o) |
~Result () | |
ResultImpl * | operator-> () |
Returns the underlying ResultImpl object. | |
const ResultImpl * | operator-> () const |
Returns the underlying ResultImpl object. | |
ResultImpl * | get () |
Returns the underlying ResultImpl object. | |
const ResultImpl * | get () const |
Returns the underlying ResultImpl object. | |
bool | isNull () const |
Returns true if the underlying pointer is null. | |
EmptyResult * | getEmpty () const |
|
|
|
|
|
|
|
|
|
|
|
Returns the underlying ResultImpl object.
|
|
Returns the underlying ResultImpl object.
|
|
|
|
Returns true if the underlying pointer is null.
|
|
Returns the underlying ResultImpl object.
|
|
Returns the underlying ResultImpl object.
|
|
|