Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <PeripheralUtils.h>
Static Public Member Functions | |
static void | ToStructs (const std::vector< THE_CLASS > &vecObjects, THE_STRUCT **pStructs) |
static void | ToStructs (const std::vector< THE_CLASS * > &vecObjects, THE_STRUCT **pStructs) |
static void | ToStructs (const std::vector< std::shared_ptr< THE_CLASS > > &vecObjects, THE_STRUCT **pStructs) |
static void | FreeStructs (unsigned int structCount, THE_STRUCT *structs) |
Utility class to manipulate arrays of peripheral types.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |