xbmc
|
The PLT_MediaCache template provides a way to hold references to object in memory. More...
#include <PltMediaCache.h>
Public Types | |
typedef NPT_Map< NPT_String, T >::Entry | ElementEntry |
typedef NPT_List< ElementEntry * >::Iterator | ElementIterator |
Public Member Functions | |
NPT_Result | Put (const char *root, const char *key, T &value, U *tag=NULL) |
NPT_Result | Get (const char *root, const char *key, T &value, U *tag=NULL) |
NPT_Result | Clear (const char *root, const char *key) |
NPT_Result | Clear (const char *root=NULL) |
The PLT_MediaCache template provides a way to hold references to object in memory.