|
avcpp
2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
|
This is the complete list of members for av::Dictionary, including all inherited members.
| _log(int level, const char *fmt) const | FFWrapperPtr< AVDictionary > | inline |
| _log(int level, const char *fmt, const Args &... args) const | FFWrapperPtr< AVDictionary > | inline |
| assign(AVDictionary *dict, bool takeOwning=true) noexcept | av::Dictionary | |
| begin() | av::Dictionary | |
| begin() const | av::Dictionary | |
| cbegin() const | av::Dictionary | |
| cend() const | av::Dictionary | |
| ConstIterator typedef | av::Dictionary | |
| copyFrom(const Dictionary &other, int flags=0) noexcept | av::Dictionary | |
| count() const noexcept | av::Dictionary | |
| Dictionary() | av::Dictionary | |
| Dictionary(AVDictionary *dict, bool takeOwning=true) | av::Dictionary | explicit |
| Dictionary(const Dictionary &other) | av::Dictionary | |
| Dictionary(Dictionary &&other) | av::Dictionary | |
| Dictionary(std::initializer_list< std::pair< const char *, const char * >> list, int flags=0) | av::Dictionary | |
| end() | av::Dictionary | |
| end() const | av::Dictionary | |
| FFWrapperPtr()=default | FFWrapperPtr< AVDictionary > | |
| FFWrapperPtr(AVDictionary *raw) | FFWrapperPtr< AVDictionary > | inlineexplicit |
| FlagAppend enum value | av::Dictionary | |
| FlagDontOverwrite enum value | av::Dictionary | |
| FlagDontStrdupKey enum value | av::Dictionary | |
| FlagDontStrdupVal enum value | av::Dictionary | |
| FlagIgnoreSuffix enum value | av::Dictionary | |
| FlagMatchCase enum value | av::Dictionary | |
| Flags enum name | av::Dictionary | |
| get(const char *key, int flags=0) const noexcept | av::Dictionary | |
| get(const std::string &key, int flags=0) const noexcept | av::Dictionary | |
| isNull() const | FFWrapperPtr< AVDictionary > | inline |
| isOwning() const noexcept | av::Dictionary | |
| Iterator typedef | av::Dictionary | |
| m_raw | FFWrapperPtr< AVDictionary > | protected |
| operator=(const Dictionary &rhs) | av::Dictionary | |
| operator=(Dictionary &&rhs) | av::Dictionary | |
| operator=(std::initializer_list< std::pair< const char *, const char * >> list) | av::Dictionary | |
| operator[](size_t index) const | av::Dictionary | |
| operator[](size_t index) | av::Dictionary | |
| operator[](const char *key) const | av::Dictionary | |
| operator[](const char *key) noexcept | av::Dictionary | |
| parseString(const Str &str, const Sep1 &keyValSep, const Sep2 &pairsSep, int flags=0, OptionalErrorCode ec=throws()) | av::Dictionary | inline |
| raw() const | FFWrapperPtr< AVDictionary > | inline |
| raw() | FFWrapperPtr< AVDictionary > | inline |
| rawPtr() noexcept | av::Dictionary | |
| release() | av::Dictionary | |
| reset(AVDictionary *raw=nullptr) | FFWrapperPtr< AVDictionary > | inline |
| set(const Key &key, const Value &value, OptionalErrorCode ec=throws(), int flags=0) -> typename std::enable_if<(std::is_same< Key, std::string >::value||std::is_same< typename std::remove_cv< typename std::decay< Key >::type >::type, char * >::value) &&(std::is_same< Value, std::string >::value||std::is_same< typename std::remove_cv< typename std::decay< Value >::type >::type, char * >::value||std::is_integral< Value >::value), void >::type | av::Dictionary | inline |
| size() const noexcept | av::Dictionary | |
| swap(Dictionary &other) noexcept | av::Dictionary | |
| toRawStringPtr(const char keyValSep, const char pairsSep, OptionalErrorCode ec=throws()) const | av::Dictionary | |
| toString(const char keyValSep, const char pairsSep, OptionalErrorCode ec=throws()) const | av::Dictionary | |
| ~Dictionary() | av::Dictionary |