xbmc
Public Types | Public Member Functions | List of all members
PLT_MediaCache< T, U > Class Template Reference

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)
 

Detailed Description

template<typename T, typename U>
class PLT_MediaCache< T, U >

The PLT_MediaCache template provides a way to hold references to object in memory.


The documentation for this class was generated from the following file: