#include "newsobject.h"
#include "newssvcdec.h"
#include <map>
#include <list>
Go to the source code of this file.
Compounds | |
class | FindMinFunctor |
struct | NEWS_SVC_DEC_IMPL_t |
Defines | |
#define | NEWS_SVC_MAGIC_ID 0x786245 |
techidee GmbH Projekt: NewsBox Autor: Thomas Fruehwald | |
Typedefs | |
typedef std::map< unsigned long, NewsObject * > | NEWS_SVC_DEC_IMPL_map_t |
typedef std::list< unsigned short > | NEWS_SVC_DEC_IMPL_watch_list_t |
typedef std::list< unsigned short > | NEWS_SVC_DEC_IMPL_keep_in_cache_list_t |
Functions | |
int | NEWS_SVC_DEC_IMPL_garbage_collection (NEWS_SVC_DEC_IMPL_t *dec, unsigned long objs_to_free) |
void | NEWS_SVC_DEC_IMPL_printObjList (NEWS_SVC_DEC_IMPL_t *dec) |
|
techidee GmbH Projekt: NewsBox Autor: Thomas Fruehwald Compiler: gcc Modul: news service decoder implementation |
|
|
|
|
|
|
|
|
|
|