Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 #ifndef __MUSICBRAINZ3_UTILS_H__
00024 #define __MUSICBRAINZ3_UTILS_H__
00025
00026 #include <string>
00027 #include <musicbrainz3/musicbrainz.h>
00028
00029 namespace MusicBrainz
00030 {
00031
00041 MB_API std::string extractFragment(const std::string &uriStr);
00042
00051 MB_API std::string extractUuid(const std::string &uriStr);
00052
00071 MB_API std::string getCountryName(const std::string &id);
00072
00083 MB_API std::string getScriptName(const std::string &id);
00084
00095 MB_API std::string getLanguageName(const std::string &id);
00096
00106 MB_API std::string getReleaseTypeName(const std::string &releaseType);
00107
00108 }
00109
00110 #endif