![]() |
Audacity 3.2.0
|
#include "ServiceConfig.h"
#include "Languages.h"
#include <cassert>
#include <stdexcept>
#include <string_view>
#include <rapidjson/document.h>
#include "Prefs.h"
#include "CodeConversions.h"
Go to the source code of this file.
Namespaces | |
namespace | cloud |
namespace | cloud::audiocom |
namespace | cloud::audiocom::anonymous_namespace{ServiceConfig.cpp} |
Functions | |
std::string | cloud::audiocom::anonymous_namespace{ServiceConfig.cpp}::Substitute (std::string pattern, std::initializer_list< std::pair< std::string_view, std::string_view > > substitutions) |
const ServiceConfig & | cloud::audiocom::GetServiceConfig () |
Returns the instance of the ServiceConfig. More... | |