MPD  0.20.18
Functions | Variables
Registry.hxx File Reference
#include "check.h"
#include "Compiler.h"
Include dependency graph for Registry.hxx:

Go to the source code of this file.

Functions

gcc_nonnull_all gcc_pure const StoragePluginGetStoragePluginByName (const char *name) noexcept
 
gcc_nonnull_all gcc_malloc StorageCreateStorageURI (EventLoop &event_loop, const char *uri)
 

Variables

const StoragePlugin *const storage_plugins []
 nullptr terminated list of all storage plugins which were enabled at compile time. More...
 

Function Documentation

◆ CreateStorageURI()

gcc_nonnull_all gcc_malloc Storage* CreateStorageURI ( EventLoop event_loop,
const char *  uri 
)

◆ GetStoragePluginByName()

gcc_nonnull_all gcc_pure const StoragePlugin* GetStoragePluginByName ( const char *  name)
noexcept

Variable Documentation

◆ storage_plugins

const StoragePlugin* const storage_plugins[]

nullptr terminated list of all storage plugins which were enabled at compile time.