|
| set (const set &other) |
|
设置& | 操作符= (const set &other) |
|
| set ( set &&other) |
|
设置& | 操作符= (设置&&其他) |
|
| set (const object_store::Set &) |
|
| Operator object_store::Set () const |
|
| set (const 域 & 域 , const obj & obj , const col_key &) |
|
混合 | 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 对象 &) |
|
std::pair< size_t, bool > | insert (const混合&) |
|
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 | 删除(const uuid &) |
|
void | remove (const 对象 &) |
|
void | 删除(const混合&) |
|
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混合&) |
|
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 >) |
|