20#define DICT_MATCH_CASE 1
21#define DICT_IGNORE_SUFFIX 2
42 void Set(
const std::string_view&
key,
const std::string& value,
int flags = 0)
noexcept;
43 void Set(
const std::string_view&
key,
const wxString& value,
int flags = 0)
noexcept;
44 void Set(
const std::string_view&
key,
const char* value,
int flags = 0)
noexcept;
47 void Set(
const std::string_view&
key,
const T& value,
int flags = 0) noexcept
49 Set(
key, std::to_string(value), flags);
52 std::string_view
Get(
const std::string_view&
key,
const std::string_view& defaultValue,
int flags = 0)
const;
53 bool HasValue(
const std::string_view&
key,
int flags = 0) const noexcept;
struct AVDictionary AVDictionary
void Set(const std::string_view &key, const T &value, int flags=0) noexcept
Services * Get()
Fetch the global instance, or nullptr if none is yet installed.
void Release(wxWindow *handler)