#include <EventGenerator.hpp>

Public Member Functions | |
| GenerateEventsResult (const ASTNode *ast, const QueryPathNode *projection) | |
| virtual Item::Ptr | nextOrTail (Result &tail, DynamicContext *context) |
| Gets the next item, or returns a tail call Result which will give the next item. | |
| GenerateEventsResult::GenerateEventsResult | ( | const ASTNode * | ast, |
| const QueryPathNode * | projection | ||
| ) |
| virtual Item::Ptr GenerateEventsResult::nextOrTail | ( | Result & | tail, |
| DynamicContext * | context | ||
| ) | [virtual] |
Gets the next item, or returns a tail call Result which will give the next item.
Reimplemented from ResultImpl.
1.7.4