Definition at line 102 of file autoscan_inotify.h.
| AutoscanInotify::WatchAutoscan::WatchAutoscan | ( | bool | startPoint, | |
| zmm::Ref< AutoscanDirectory > | adir, | |||
| zmm::String | normalizedAutoscanPath | |||
| ) | [inline] |
Definition at line 105 of file autoscan_inotify.h.
References descendants, nil, setAutoscanDirectory(), setNonexistingPathArray(), and setNormalizedAutoscanPath().
| void AutoscanInotify::WatchAutoscan::addDescendant | ( | int | wd | ) | [inline] |
Definition at line 120 of file autoscan_inotify.h.
References descendants, and nil.
| zmm::Ref<AutoscanDirectory> AutoscanInotify::WatchAutoscan::getAutoscanDirectory | ( | ) | [inline] |
Definition at line 113 of file autoscan_inotify.h.
References adir.
| zmm::Ref<zmm::IntArray> AutoscanInotify::WatchAutoscan::getDescendants | ( | ) | [inline] |
Definition at line 126 of file autoscan_inotify.h.
References descendants.
| zmm::Ref<zmm::Array<zmm::StringBase> > AutoscanInotify::WatchAutoscan::getNonexistingPathArray | ( | ) | [inline] |
Definition at line 118 of file autoscan_inotify.h.
References nonexistingPathArray.
| zmm::String AutoscanInotify::WatchAutoscan::getNormalizedAutoscanPath | ( | ) | [inline] |
Definition at line 115 of file autoscan_inotify.h.
References normalizedAutoscanPath.
| int Object::getRefCount | ( | ) | [inherited] |
Definition at line 78 of file object.cc.
References zmm::Object::_ref_count, and atomic_get().
| watch_type_t AutoscanInotify::Watch::getType | ( | ) | [inline, inherited] |
Definition at line 97 of file autoscan_inotify.h.
References AutoscanInotify::Watch::type.
| bool AutoscanInotify::WatchAutoscan::isStartPoint | ( | ) | [inline] |
Definition at line 117 of file autoscan_inotify.h.
References startPoint.
| 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::WatchAutoscan::setAutoscanDirectory | ( | zmm::Ref< AutoscanDirectory > | adir | ) | [inline] |
Definition at line 114 of file autoscan_inotify.h.
Referenced by WatchAutoscan().
| void AutoscanInotify::WatchAutoscan::setNonexistingPathArray | ( | zmm::Ref< zmm::Array< zmm::StringBase > > | nonexistingPathArray | ) | [inline] |
Definition at line 119 of file autoscan_inotify.h.
References nonexistingPathArray.
Referenced by WatchAutoscan().
| void AutoscanInotify::WatchAutoscan::setNormalizedAutoscanPath | ( | zmm::String | normalizedAutoscanPath | ) | [inline] |
Definition at line 116 of file autoscan_inotify.h.
Referenced by WatchAutoscan().
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().
Definition at line 128 of file autoscan_inotify.h.
Referenced by getAutoscanDirectory().
Definition at line 130 of file autoscan_inotify.h.
Referenced by addDescendant(), getDescendants(), and WatchAutoscan().
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().
zmm::Ref<zmm::Array<zmm::StringBase> > AutoscanInotify::WatchAutoscan::nonexistingPathArray [private] |
Definition at line 132 of file autoscan_inotify.h.
Referenced by getNonexistingPathArray(), and setNonexistingPathArray().
Definition at line 131 of file autoscan_inotify.h.
Referenced by getNormalizedAutoscanPath().
bool AutoscanInotify::WatchAutoscan::startPoint [private] |
Definition at line 129 of file autoscan_inotify.h.
Referenced by isStartPoint().
1.6.1