Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
MultiProvider.h File Reference
#include <vector>
#include <map>
#include "IListProvider.h"
#include "threads/CriticalSection.h"

Classes

class  CMultiProvider
 A listprovider that handles multiple individual providers. More...
 

Typedefs

typedef std::shared_ptr< IListProviderIListProviderPtr
 

Typedef Documentation

◆ IListProviderPtr

typedef std::shared_ptr<IListProvider> IListProviderPtr