Tag Parser 12.3.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
The LocaleDetail struct specifies a language and/or country. More...
#include <localehelper.h>
Public Member Functions | |
LocaleDetail () | |
Constructs an empty LocaleDetail. | |
LocaleDetail (std::string_view value, LocaleFormat format) | |
Constructs a new LocaleDetail making a copy of value. | |
LocaleDetail (std::string &&value, LocaleFormat format) | |
Constructs a new LocaleDetail moving the specified value. | |
Static Public Member Functions | |
static const LocaleDetail & | getEmpty () |
Returns an empty LocaleDetail. | |
Public Attributes | |
LocaleFormat | format = LocaleFormat::Unknown |
The LocaleDetail struct specifies a language and/or country.
Definition at line 26 of file localehelper.h.
|
inlineexplicit |
Constructs an empty LocaleDetail.
Definition at line 37 of file localehelper.h.
|
inlineexplicit |
Constructs a new LocaleDetail making a copy of value.
Definition at line 45 of file localehelper.h.
|
inlineexplicit |
Constructs a new LocaleDetail moving the specified value.
Definition at line 54 of file localehelper.h.
|
static |
Returns an empty LocaleDetail.
Definition at line 48 of file localehelper.cpp.
LocaleFormat TagParser::LocaleDetail::format = LocaleFormat::Unknown |
Definition at line 30 of file localehelper.h.