Liblinphone
5.4.0
|
This is the complete list of members for linphone::Dictionary, including all inherited members.
clear() | linphone::Dictionary | |
clone() const | linphone::Dictionary | |
cPtr() (defined in linphone::Dictionary) | linphone::Dictionary | inline |
Dictionary(void *ptr, bool takeRef=true) (defined in linphone::Dictionary) | linphone::Dictionary | |
getBuffer(const std::string &key) const | linphone::Dictionary | |
getFloat(const std::string &key) const | linphone::Dictionary | |
getInt(const std::string &key) const | linphone::Dictionary | |
getInt64(const std::string &key) const | linphone::Dictionary | |
getKeys() const | linphone::Dictionary | |
getString(const std::string &key) const | linphone::Dictionary | |
hasKey(const std::string &key) const | linphone::Dictionary | |
remove(const std::string &key) | linphone::Dictionary | |
setBuffer(const std::string &key, const std::shared_ptr< linphone::Buffer > &value) | linphone::Dictionary | |
setFloat(const std::string &key, float value) | linphone::Dictionary | |
setInt(const std::string &key, int value) | linphone::Dictionary | |
setInt64(const std::string &key, int64_t value) | linphone::Dictionary | |
setString(const std::string &key, const std::string &value) | linphone::Dictionary |