Realm C++ SDK Version v2.2.0
|
Public Member Functions | |
results (const results &other) | |
results & | operator= (const results &other) |
results (results &&other) | |
results & | operator= (results &&other) |
results (const Results &) | |
results (const realm &, const table_view &) | |
size_t | size () |
realm | get_realm () const |
table | get_table () const |
results (const realm &, const query &) | |
results | sort (const std::vector< sort_descriptor > &) |
notification_token | add_notification_callback (std::shared_ptr< collection_change_callback > &&) |
Friends | |
template<typename T > | |
T | get (results &, size_t) |