Audacity 3.2.0
|
#include "URLSchemesRegistry.h"
#include <cassert>
#include <string>
#include <vector>
#include <memory>
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{URLSchemesRegistry.cpp} |
Functions | |
void | SetSchemaRegistrar (std::function< bool(std::string_view)> registrar) |
Variables | |
std::function< bool(std::string_view)> | anonymous_namespace{URLSchemesRegistry.cpp}::SchemeRegistrar |
void SetSchemaRegistrar | ( | std::function< bool(std::string_view)> | registrar | ) |
Audacity: A Digital Audio Editor
SchemeRegistrar.cpp
Dmitry Vedenko
Definition at line 25 of file URLSchemesRegistry.cpp.
References registrar, and anonymous_namespace{URLSchemesRegistry.cpp}::SchemeRegistrar.