#include <config_options.h>
Public Member Functions | |
| IntOption (int option) | |
| virtual int | getIntOption () |
| virtual zmm::String | getOption () |
| virtual bool | getBoolOption () |
| virtual zmm::Ref< Dictionary > | getDictionaryOption () |
| virtual zmm::Ref< AutoscanList > | getAutoscanListOption () |
| virtual zmm::Ref< zmm::Array < zmm::StringBase > > | getStringArrayOption () |
| virtual zmm::Ref < ObjectDictionary < zmm::Object > > | getObjectDictionaryOption () |
| 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 | |
| int | option |
| mt_atomic_t | _ref_count |
| pthread_mutex_t | mutex |
Definition at line 116 of file config_options.h.
| IntOption::IntOption | ( | int | option | ) | [inline] |
Definition at line 119 of file config_options.h.
| virtual zmm::Ref<AutoscanList> ConfigOption::getAutoscanListOption | ( | ) | [inline, virtual, inherited] |
Reimplemented in AutoscanListOption.
Definition at line 73 of file config_options.h.
References _, and _Exception.
| virtual bool ConfigOption::getBoolOption | ( | ) | [inline, virtual, inherited] |
Reimplemented in BoolOption.
Definition at line 60 of file config_options.h.
References _, and _Exception.
| virtual zmm::Ref<Dictionary> ConfigOption::getDictionaryOption | ( | ) | [inline, virtual, inherited] |
Reimplemented in DictionaryOption.
Definition at line 67 of file config_options.h.
References _, and _Exception.
| virtual int IntOption::getIntOption | ( | ) | [inline, virtual] |
Reimplemented from ConfigOption.
Definition at line 121 of file config_options.h.
| virtual zmm::Ref<ObjectDictionary<zmm::Object> > ConfigOption::getObjectDictionaryOption | ( | ) | [inline, virtual, inherited] |
Reimplemented in ObjectDictionaryOption.
Definition at line 98 of file config_options.h.
References _, and _Exception.
| virtual zmm::String ConfigOption::getOption | ( | ) | [inline, virtual, inherited] |
Reimplemented in Option.
Definition at line 48 of file config_options.h.
References _, and _Exception.
| int Object::getRefCount | ( | ) | [inherited] |
Definition at line 78 of file object.cc.
References zmm::Object::_ref_count, and atomic_get().
| virtual zmm::Ref<zmm::Array<zmm::StringBase> > ConfigOption::getStringArrayOption | ( | ) | [inline, virtual, inherited] |
Reimplemented in StringArrayOption.
Definition at line 79 of file config_options.h.
References _, and _Exception.
| 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().
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 IntOption::option [protected] |
Definition at line 121 of file config_options.h.
1.6.1