Public Member Functions | |
| Wd (zmm::String path, int wd, int parentWd) | |
| zmm::String | getPath () |
| int | getWd () |
| int | getParentWd () |
| void | setParentWd (int parentWd) |
| zmm::Ref< zmm::Array< Watch > > | getWdWatches () |
| 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 | |
| mt_atomic_t | _ref_count |
| pthread_mutex_t | mutex |
Private Attributes | |
| zmm::Ref< zmm::Array< Watch > > | wdWatches |
| zmm::String | path |
| int | parentWd |
| int | wd |
Definition at line 147 of file autoscan_inotify.h.
| AutoscanInotify::Wd::Wd | ( | zmm::String | path, | |
| int | wd, | |||
| int | parentWd | |||
| ) | [inline] |
Definition at line 150 of file autoscan_inotify.h.
References wdWatches.
| int AutoscanInotify::Wd::getParentWd | ( | ) | [inline] |
Definition at line 159 of file autoscan_inotify.h.
References parentWd.
| zmm::String AutoscanInotify::Wd::getPath | ( | ) | [inline] |
Definition at line 157 of file autoscan_inotify.h.
References path.
| int Object::getRefCount | ( | ) | [inherited] |
Definition at line 78 of file object.cc.
References zmm::Object::_ref_count, and atomic_get().
| int AutoscanInotify::Wd::getWd | ( | ) | [inline] |
Definition at line 158 of file autoscan_inotify.h.
References wd.
| zmm::Ref<zmm::Array<Watch> > AutoscanInotify::Wd::getWdWatches | ( | ) | [inline] |
Definition at line 161 of file autoscan_inotify.h.
References wdWatches.
| 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 AutoscanInotify::Wd::setParentWd | ( | int | parentWd | ) | [inline] |
Definition at line 160 of file autoscan_inotify.h.
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().
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().
int AutoscanInotify::Wd::parentWd [private] |
Definition at line 165 of file autoscan_inotify.h.
Referenced by getParentWd().
zmm::String AutoscanInotify::Wd::path [private] |
Definition at line 164 of file autoscan_inotify.h.
Referenced by getPath().
int AutoscanInotify::Wd::wd [private] |
Definition at line 166 of file autoscan_inotify.h.
Referenced by getWd().
zmm::Ref<zmm::Array<Watch> > AutoscanInotify::Wd::wdWatches [private] |
Definition at line 163 of file autoscan_inotify.h.
Referenced by getWdWatches(), and Wd().
1.6.1