API documentation  2.0rc1
Public Member Functions | List of all members
client::IDBCursorWithValue Class Reference

#include <clientlib.h>

Inherits client::IDBCursor.

Public Member Functions

Objectget_value ()
 
IDBCursorWithValueget_prototype ()
 
void set_prototype (IDBCursorWithValue *)
 
 IDBCursorWithValue ()
 
- Public Member Functions inherited from client::IDBCursor
Stringget_direction ()
 
IDBKeyRangeget_key ()
 
Objectget_primaryKey ()
 
IDBObjectStoreget_source ()
 
void advance (double count)
 
void _continue ()
 
void _continue (IDBKeyRange *key)
 
void _continue (double key)
 
void _continue (const String &key)
 
void _continue (Date *key)
 
void _continue (IDBArrayKey *key)
 
IDBRequest_delete ()
 
IDBRequestupdate (Object *value)
 
IDBCursorget_prototype ()
 
void set_prototype (IDBCursor *)
 
 IDBCursor ()
 
Stringget_NEXT ()
 
Stringget_NEXT_NO_DUPLICATE ()
 
Stringget_PREV ()
 
Stringget_PREV_NO_DUPLICATE ()
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (const client::String &name) const
 
void set_ (const client::String &name, Object *v)
 
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type>
void set_ (const client::String &name, T v)
 
bool hasOwnProperty (const client::String &name)
 

Constructor & Destructor Documentation

◆ IDBCursorWithValue()

client::IDBCursorWithValue::IDBCursorWithValue ( )

Member Function Documentation

◆ get_prototype()

IDBCursorWithValue* client::IDBCursorWithValue::get_prototype ( )

◆ get_value()

Object* client::IDBCursorWithValue::get_value ( )

◆ set_prototype()

void client::IDBCursorWithValue::set_prototype ( IDBCursorWithValue )