Lumiera
0.pre.03
»edit your freedom«
|
#include "common/query.hpp"
Single Solution, possibly part of a result set.
A pointer-like object, usually to be down-casted to a specifically typed Query::Cursor
Public Member Functions | |
Result () | |
create an NIL result | |
bool | isValid () const |
operator bool () const | |
Protected Member Functions | |
template<typename RES > | |
RES & | access () |
void | point_at (void *p) |
Private Attributes | |
void * | cur_ |