Tag Parser
7.0.0
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. More... | |
LocaleAwareString (std::string &&value) | |
Constructs a new LocaleAwareString from the specified standard string. More... | |
~LocaleAwareString () | |
Destroys the instance. More... | |
const std::vector< std::string > & | languages () const |
Returns associated languages. More... | |
std::vector< std::string > & | languages () |
Returns associated languages. More... | |
const std::vector< std::string > & | countries () const |
Returns associated countries. More... | |
std::vector< std::string > & | countries () |
Returns associated countries. More... | |
The LocaleAwareString class is a standard string with locale information (languages, countries).
Definition at line 14 of file localeawarestring.h.
|
inline |
Constructs a new LocaleAwareString from the specified standard string.
Definition at line 33 of file localeawarestring.h.
|
inline |
Constructs a new LocaleAwareString from the specified standard string.
Definition at line 41 of file localeawarestring.h.
|
inline |
Destroys the instance.
Definition at line 49 of file localeawarestring.h.
|
inline |
Returns associated countries.
Definition at line 72 of file localeawarestring.h.
|
inline |
Returns associated countries.
Definition at line 80 of file localeawarestring.h.
|
inline |
Returns associated languages.
Definition at line 56 of file localeawarestring.h.
|
inline |
Returns associated languages.
Definition at line 64 of file localeawarestring.h.