Tag Parser 12.3.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
The LocaleAwareString class is a standard string with locale information (languages, countries). More...
#include <localeawarestring.h>
Public Member Functions | |
LocaleAwareString (const std::string &value=std::string()) | |
Constructs a new LocaleAwareString from the specified standard string. | |
LocaleAwareString (std::string &&value) | |
Constructs a new LocaleAwareString from the specified standard string. | |
~LocaleAwareString () | |
Destroys the instance. | |
const Locale & | locale () const |
Returns the associated locale. | |
Locale & | locale () |
Returns the associated locale. | |
The LocaleAwareString class is a standard string with locale information (languages, countries).
Definition at line 14 of file localeawarestring.h.
|
inlineexplicit |
Constructs a new LocaleAwareString from the specified standard string.
Definition at line 30 of file localeawarestring.h.
|
inlineexplicit |
Constructs a new LocaleAwareString from the specified standard string.
Definition at line 38 of file localeawarestring.h.
|
inline |
Destroys the instance.
Definition at line 46 of file localeawarestring.h.
|
inline |
Returns the associated locale.
Definition at line 61 of file localeawarestring.h.
|
inline |
Returns the associated locale.
Definition at line 53 of file localeawarestring.h.