|
| set (const set &other) |
|
set & | operator= (const set &other) |
|
| set (set &&other) |
|
set & | operator= (set &&other) |
|
| set (const object_store::Set &) |
|
| operator object_store::Set () const |
|
| set (const realm &realm, const obj &obj, const col_key &) |
|
mixed | get_any (const size_t &i) const |
|
obj | get_obj (const size_t &i) const |
|
size_t | size () const |
|
void | remove_all () |
|
table | get_table () const |
|
std::pair< size_t, bool > | insert (const std::string &) |
|
std::pair< size_t, bool > | insert (const int64_t &) |
|
std::pair< size_t, bool > | insert (const double &) |
|
std::pair< size_t, bool > | insert (const bool &) |
|
std::pair< size_t, bool > | insert (const binary &) |
|
std::pair< size_t, bool > | insert (const uuid &) |
|
std::pair< size_t, bool > | insert (const object_id &) |
|
std::pair< size_t, bool > | insert (const mixed &) |
|
std::pair< size_t, bool > | insert (const obj_key &) |
|
std::pair< size_t, bool > | insert (const timestamp &) |
|
void | remove (const int64_t &) |
|
void | remove (const bool &) |
|
void | remove (const double &) |
|
void | remove (const std::string &) |
|
void | remove (const uuid &) |
|
void | remove (const object_id &) |
|
void | remove (const mixed &) |
|
void | remove (const timestamp &) |
|
void | remove (const binary &) |
|
void | remove (const obj_key &) |
|
size_t | find (const int64_t &) |
|
size_t | find (const bool &) |
|
size_t | find (const double &) |
|
size_t | find (const std::string &) |
|
size_t | find (const uuid &) |
|
size_t | find (const object_id &) |
|
size_t | find (const mixed &) |
|
size_t | find (const timestamp &) |
|
size_t | find (const binary &) |
|
size_t | find (const obj_key &) |
|
notification_token | add_notification_callback (std::shared_ptr< collection_change_callback >) |
|