This is the parameter class for timerNotify. More...
#include <content_manager.h>
Public Types | |
| enum | timer_param_t { IDAutoscan } |
Public Member Functions | |
| TimerParameter (timer_param_t param, int id) | |
| timer_param_t | whoami () |
| void | setID (int id) |
| int | getID () |
| void | retain () |
| void | release () |
| int | getRefCount () |
Static Public Member Functions | |
| static void * | operator new (size_t size) |
| static void | operator delete (void *ptr) |
Protected Attributes | |
| timer_param_t | param |
| int | id |
| mt_atomic_t | _ref_count |
| pthread_mutex_t | mutex |
This is the parameter class for timerNotify.
Definition at line 179 of file content_manager.h.
Definition at line 182 of file content_manager.h.
| ContentManager::TimerParameter::TimerParameter | ( | timer_param_t | param, | |
| int | id | |||
| ) | [inline] |
Definition at line 194 of file content_manager.h.
| int ContentManager::TimerParameter::getID | ( | ) | [inline] |
Definition at line 202 of file content_manager.h.
References id.
| int Object::getRefCount | ( | ) | [inherited] |
Definition at line 78 of file object.cc.
References zmm::Object::_ref_count, and atomic_get().
| void Object::operator delete | ( | void * | ptr | ) | [static, inherited] |
| void * Object::operator new | ( | size_t | size | ) | [static, inherited] |
| void Object::release | ( | ) | [inherited] |
Definition at line 66 of file object.cc.
References zmm::Object::_ref_count, atomic_dec(), and zmm::Object::mutex.
Referenced by zmm::ArrayBase::clear(), zmm::String::operator=(), DSOHash< zmm::Array< CacheObject > >::releaseData(), DSBHash< VT >::releaseData(), DSOHash< zmm::Array< CacheObject > >::remove(), zmm::ArrayBase::remove(), zmm::ArrayBase::removeUnordered(), zmm::ArrayBase::set(), zmm::ArrayBase::~ArrayBase(), DSOHash< zmm::Array< CacheObject > >::~DSOHash(), zmm::ObjectQueue< AutoscanDirectory >::~ObjectQueue(), zmm::ObjectStack< Element >::~ObjectStack(), and zmm::String::~String().
| void Object::retain | ( | ) | [inherited] |
Definition at line 58 of file object.cc.
References zmm::Object::_ref_count, atomic_inc(), and zmm::Object::mutex.
Referenced by zmm::ArrayBase::append(), zmm::ObjectQueue< AutoscanDirectory >::enqueue(), zmm::ArrayBase::insert(), zmm::String::operator=(), zmm::ObjectStack< Element >::push(), DSOHash< zmm::Array< CacheObject > >::put(), DSBHash< VT >::put(), zmm::ArrayBase::set(), and zmm::String::String().
| void ContentManager::TimerParameter::setID | ( | int | id | ) | [inline] |
Definition at line 201 of file content_manager.h.
| timer_param_t ContentManager::TimerParameter::whoami | ( | ) | [inline] |
Definition at line 200 of file content_manager.h.
References param.
mt_atomic_t zmm::Object::_ref_count [protected, inherited] |
Definition at line 54 of file object.h.
Referenced by zmm::Object::getRefCount(), zmm::Object::Object(), zmm::Object::release(), and zmm::Object::retain().
int ContentManager::TimerParameter::id [protected] |
Definition at line 206 of file content_manager.h.
Referenced by getID().
pthread_mutex_t zmm::Object::mutex [protected, inherited] |
Reimplemented in AutoscanList, AutoscanInotify, CachedURL, Dictionary_r, DVDNavReader, IOHandlerBufferHelper, ReentrantArray< T >, SingletonManager, Singleton< T >, StorageCache, MutexAutolock, Cond, ThreadExecutor, Singleton< UpdateManager >, Singleton< Timer >, Singleton< ContentDirectoryService >, Singleton< ConfigManager >, Singleton< Server >, Singleton< Runtime >, Singleton< ContentManager >, Singleton< ConnectionManagerService >, Singleton< PlayHook >, Singleton< Storage >, and Singleton< SessionManager >.
Definition at line 56 of file object.h.
Referenced by zmm::Object::Object(), zmm::Object::release(), zmm::Object::retain(), and zmm::Object::~Object().
timer_param_t ContentManager::TimerParameter::param [protected] |
Definition at line 205 of file content_manager.h.
Referenced by whoami().
1.6.1