|
| 字典(const字典&other) |
|
字典& | 操作符= (常量字典和其他) |
|
| 字典(字典&&其他) |
|
字典& | 操作符= (字典&&其他) |
|
| 字典(constDictionary &v) |
|
| 操作符Dictionary () const |
|
void | insert (const std::string &key, const Mixed &Value) |
|
void | insert (const std::string &key, const std::string &value) |
|
size_t | size () const |
|
void | remove_all () |
|
void | remove (const std::string &) |
|
std::pair< std::string, mixed > | get_pair (size_t) |
|
size_t | get_key_index (const std::string &) |
|
void | clear () |
|
size_t | find (const std::string &) |
|
obj | insert_embedded (const std::string &) |
|
notification_token | add_notification_callback (std::shared_ptr < collection_change_callback > &&cb) |
|
notification_token | add_key_based_notification_callback (std::shared_ptr< dictionary_callback_wrapper > &&cb) |
|