Qore Programming Language  0.8.9
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234567]
oC_qore_list_const_iterator< T >Defines a const iterator for a safe_dslist
oC_qore_list_iterator< T >Defines an iterator for a safe_dslist
oC_qore_list_node< T >Defines a node in a safe_dslist
oCAtomicEnvironmentSetterClass allowing for multiple updates to the system environment within a single lock in a thread-safe way, can be used on the stack
oCAutoLockerSafe and exception-safe way to hold locks in Qore, only to be used on the stack, cannot be dynamically allocated
oCAutoVLockAutoVLock is a container for safely managing global variable and object lock handovers, required for functions accessing global variables and object data where locking is necessary
oCBuiltinFunctionListInterface to the global list of all builtin functions in the library
oCConstHashIteratorConstant iterator class for QoreHashNode, to be only created on the stack
oCConstListIteratorFor use on the stack only: iterates through elements of a const QoreListNode
oCDatasourceBase class for accessing databases in Qore through a Qore DBI driver
oCDateTimeHolds absolute and relative date/time values in Qore with precision to the microsecond
oCDateTimeNodeValueHelperManages calls to AbstractQoreNode::getDateTimeRepresentation() when a DateTimeNode value is required
oCDateTimeValueHelperManages calls to AbstractQoreNode::getDateTimeRepresentation() when a simple DateTime value is required
oCDBIDriverThis class provides the internal link to the database driver for Qore's DBI layer
oCDBIDriverListThis class is used to register and find DBI drivers loaded in qore
oCExceptionSinkContainer for holding Qore-language exception information and also for registering a "thread_exit" call
oCfree_ptr< T >Functor template for calling free() on pointers
oCHashAssignmentHelperUse this class to make assignments to hash keys from a pointer to the key value
oCHashIteratorIterator class for QoreHashNode, to be only created on the stack
oCListIteratorFor use on the stack only: iterates through a the elements of a QoreListNode
oCltcharFor char less-than comparisons
oCltcstrcaseFor simple c-string case-insensitive less-than comparisons
oCltstrFor simple c-string less-than comparisons
oCltstrcaseFor std::string case-insensitive less-than comparisons
oCModuleManagerManages the loading of Qore modules from feature or path names. Also manages adding module changes into QoreProgram objects
oCOptLockerSafe and exception-safe way to hold optional locks in Qore, only to be used on the stack, cannot be dynamically allocated
oCParseOptionMapAccess to parse option information
oCqore_dbi_method_listThis is the data structure Qore DBI drivers will use to pass the supported DBI methods
oCqore_i2_uUsed to swap 2-byte integers
oCqore_i4_uUsed to swap byte order of 4-byte values
oCqore_i8_uUsed to swap byte order of 8-byte values
oCqore_mod_api_compat_sElement of qore_mod_api_list;
oCqore_option_sDefinition of the elements in the qore_option_list
oCqore_tmFor returning broken-down time information
oCQoreAddrInfoInterface to getaddrinfo
oCQoreAutoRWReadLockerSafe and exception-safe way to hold read locks in Qore, only to be used on the stack, cannot be dynamically allocated
oCQoreAutoRWWriteLockerSafe and exception-safe way to hold write locks in Qore, only to be used on the stack, cannot be dynamically allocated
oCQoreClassDefines a Qore-language class
oCQoreConditionThread condition class implementing a wrapper for pthread_cond_t
oCQoreCounterSimple thread-safe counter object; objects can block on it until the counter reaches zero
oCQoreEncodingDefines string encoding functions in Qore
oCQoreEncodingManagerManages encodings in Qore
oCQoreFileControlled access to file data through Qore data structures
oCQoreForeignThreadHelperUse this class to temporarily register and deregister a foreign thread to allow Qore code to be executed and the Qore library to be used from threads not created by the Qore library
oCQoreFtpClientThread-safe access to FTP servers through Qore data structures
oCQoreHttpClientObjectWay to communicate with HTTP servers using Qore data structures
oCQoreListNodeEvalOptionalRefHolderFor use on the stack only: manages result of the optional evaluation of a QoreListNode
oCQoreMethodMethod in a QoreClass
oCQoreMethodIteratorTo be used to iterate through a class' normal (non-static) methods
oCQoreNamespaceConstants, classes, and subnamespaces in QoreProgram objects
oCQoreNodeAsStringHelperSafely manages the return values to AbstractQoreNode::getAsString(), stack only, cannot be dynamically allocated
oCQoreNodeEvalOptionalRefHolderThis class manages reference counts for the optional evaluation of AbstractQoreNode objects
oCQoreProgramHelperSafely manages QoreProgram objects; note the the destructor will block until all background threads in the qore library terminate and until the current QoreProgram terminates
oCQoreReferenceCounterAtomic reference counting to Qore objects
oCQoreRWLockSimple POSIX-threads-based read-write lock
oCQoreSafeRWReadLockerSafe and exception-safe way to hold read locks in Qore, only to be used on the stack, cannot be dynamically allocated
oCQoreSafeRWWriteLockerSafe and exception-safe way to hold write locks in Qore, only to be used on the stack, cannot be dynamically allocated
oCQoreSocketAccess to sockets using Qore data structures
oCQoreSSLBaseOffers static functions to help with translating openssl data structures to Qore data structures
oCQoreStaticMethodIteratorTo be used to iterate through a class' static methods
oCQoreStringQore's string type supported by the QoreEncoding class
oCQoreStringNodeValueHelperThis class is used to safely manage calls to AbstractQoreNode::getStringRepresentation() when a QoreStringNode value is needed, stack only, may not be dynamically allocated
oCQoreStringValueHelperThis class is used to safely manage calls to AbstractQoreNode::getStringRepresentation() when a simple QoreString value is needed, stack only, may not be dynamically allocated
oCQoreThreadLocalStorage< T >Access to thread-local storage
oCQoreThreadLockMutually-exclusive thread lock
oCQoreTypeInfoHelperHelper type to allocate and manage QoreTypeInfo objects (not exported by the library)
oCQoreTypeSafeReferenceHelperHelper class to manage variable references passed to functions and class methods, stack only, cannot be dynamically allocated
oCQoreURLHelps with parsing URLs and provides access to URL components through Qore data structures
oCReferenceArgumentHelperAllows a reference to be passed as an argument to Qore code
oCReferenceHolder< T >Templated class to manage a reference count of an object that can throw a Qore-language exception when dereferenced
oCRefHolder< T >Templated class for ScopeGuard to hold a c++ reference
oCsafe_dslist< T >Templated class for a double-ended singly-linked list that can be safely read from multiple threads without locking as long as writes are locked
oCsafe_dslist< std::string >
oCSafeLockerException-safe way to manage locks in Qore, only to be used on the stack, cannot be dynamically allocated
oCScopeGuardImplBaseScope guard class
oCsimple_delete< T >Functor template for deleting elements
oCsimple_deref< T >Functor template for dereferencing elements
oCSimpleRefHolder< T >Manages a reference count of a pointer to a class that takes a simple "deref()" call with no arguments
oCSocketSourceHelper class for getting socket origination information
oCSQLStatementThis is the public class for DBI drivers supporting Qore's new prepared statement API
oCSystemEnvironmentClass used to safely manipulate the system environment
oCTempEncodingHelperUse this class to manage strings where the character encoding must be specified and may be different than the actual encoding in the string
oCTempStringClass used to hold a possibly temporary QoreString pointer, stack only, cannot be dynamically allocated
oCThreadCleanupListList of functions to be run when a thread ends; required for some external libraries that require explicit cleanup when a thread terminates
\Cstd::vector< T >STL class