Class Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
T
 test_errortimer_t
 testadapt_t
 testelem_t
 testmm_block_t
 testmm_it
 testmm_page_t
 testmm_t
 testmodule_functable_t
 textpos_t
 textresource_condition_t
 textresource_langref_t
 textresource_language_t
 textresource_parameter_t
 textresource_paramtype_t
 textresource_reader_t
 textresource_t
 textresource_text_t
 textresource_textatom_t
 textresource_writer_t
 thread_startargument_t
 thread_t
 thread_tls_t
 thread_vars_t
 threadcontext_t
 thrmutex_t
 timevalue_t
 trie_node_t
 trie_nodedata_t
 trie_nodeoffsets_t
 trie_subnode_t
 trie_subnode2_t
 trie_t
 typeadapt_binarykey_t
 typeadapt_comparator_it
 typeadapt_gethash_it
 typeadapt_getkey_it
 typeadapt_impl_t
 typeadapt_lifetime_it
 typeadapt_nodeoffset_t
 typeadapt_t
U
 unittest_t
 url_parts_t
 url_t
 utf8
 utf8reader_t
 utf8scanner_t
 utf8validator_t
V
 valuecache_t
 vm_mappedregions_t
 vm_region_t
 vmpage_t
W
 wait2queue_entry_t
 waitlist_t
 waitqueue_entry_t
 wbuffer_it
 wbuffer_t
 window_evh_t
 window_t
 windowconfig_t
 wlistentry_t
X
 X11_t
 x11dblbuffer_t
 x11display_t
 x11drawable_t
 x11extension_t
 x11screen_t
 x11videomode_iterator_t
 x11videomode_t
 x11window_evh_t
 x11window_t
 x11windowmap_entry_t
 x11windowmap_t
 xmlattribute_t
struct test_errortimer_t
Holds a timer value and an error code.
struct testadapt_t
Implements adapter for type testobject_t.
struct testelem_t
Element which is interconnected to a buddy with buddy.
struct testmm_block_t
Describes the header of an allocated memory block.
Declares testmm_it as subtype of mm_it.
struct testmm_page_t
Holds one big data block consisting of many vm memory pages.
struct testmm_t
Test memory manager for allocating/freeing blocks of memory.
struct testmodule_functable_t
Table of imlemented functions.
struct textpos_t
Describes position in text as column and line number.
struct textresource_condition_t
A condition which selects or deselects the contained textresource_textatom_t.
struct textresource_langref_t
A reference to a language and container for one or more textresource_condition_t.
struct textresource_language_t
A language selector for textresource_text_t.
struct textresource_parameter_t
A parameter for textresource_text_t.
struct textresource_paramtype_t
struct textresource_reader_t
Reads textual representation of text resource.
struct textresource_t
Defines memory representation of parsed text resource description.
struct textresource_text_t
A single text resource description.
struct textresource_textatom_t
An atomic text element string content referenced by textresource_condition_t.
struct textresource_writer_t
Writes programming language representation of text resource.
struct thread_startargument_t
Startargument of the started system thread.
struct thread_t
Describes a system thread.
struct thread_tls_t
struct thread_vars_t
Variables stored in thread local storage.
struct threadcontext_t
Stores services useable exclusively from one thread.
struct thrmutex_t
Mutual exclusion lock.
struct timevalue_t
The time value specifies either an aboslute time or a relative time offset.
struct trie_node_t
Stores decoded information about a trie node in memory.
struct trie_nodedata_t
Describes a flexible structure of trie node data stored in memory.
struct trie_nodeoffsets_t
Stores offsets of every possible member of trie_node_t.
struct trie_subnode_t
Points to 256 childs of type trie_nodedata_t.
struct trie_subnode2_t
Points to up to 8 trie_node_ts.
struct trie_t
Manages an index which associates abinary key with a user defined pointer.
struct typeadapt_binarykey_t
Describes byte aligned binary data used as key.
struct typeadapt_comparator_it
Declares interface for comparing two objects and key with object.
struct typeadapt_gethash_it
Declares interface for computing a hash value from key / object.
struct typeadapt_getkey_it
Declares interface for getting a description of a binary key of the object.
struct typeadapt_impl_t
Default implementation of typeadapt_t.
struct typeadapt_lifetime_it
Declares interface (function table) for managing the lifetime of objects.
typedef uint16_t typeadapt_nodeoffset_t
Describes an offset to a struct member.
struct typeadapt_t
Interface to services needed by containers in the data store.
struct unittest_t
Defines url_parts_t as an array of 7 strings.
struct url_t
Describes URL which has the common Internet scheme syntax.
struct utf8reader_t
Extends mmfile_t with text reading capapbilities.
struct utf8scanner_t
Handles the data buffers returned from filereader_t and initializes a token of type splitstring_t.
struct utf8validator_t
Allows to validate a blocked stream of bytes.
struct valuecache_t
Caches values which have to be computed only once.
struct vm_mappedregions_t
Buffer which stores a snapshot of all mapped memory regions.
struct vm_region_t
Returns information about a mapped memory region and its access permissions.
struct vmpage_t
Type has same structure as memblock_t.
struct wait2queue_entry_t
Contains waiting thread (syncwait_t) and its exitevent.
struct waitlist_t
Allows threads of a single process to wait for a certain condition.
struct waitqueue_entry_t
Contains waiting thread (syncwait_t).
struct wbuffer_it
Defines implementation interface for wbuffer_t.
struct wbuffer_t
Supports construction of return values of unknown size.
struct window_evh_t
Callback interface for handling generic window events.
struct window_t
Wraps a native window and its OpenGL specific wrapper (if needed).
struct windowconfig_t
Type of a single window configuration attribute.
struct wlistentry_t
Type of entry stored in syncwlist_t.
struct x11dblbuffer_t
A drawable which describes the double buffer (back buffer) of a x11window_t.
struct x11display_t
Describes connection to an X11 display server.
struct x11drawable_t
Base class of x11window_t or glxwindow_t (or Pixmap).
struct x11extension_t
Stores the version number and the event offsets numbers of an X11 extension.
struct x11screen_t
Associates a x11display_t with a screen number.
struct x11videomode_iterator_t
Allows to query all supported videmodes of a x11screen_t.
struct x11videomode_t
Describes a single supported videmode.
struct x11window_evh_t
Callback interface for X11 events.
struct x11window_t
Displays a window (rectangular area) on a screen.
struct x11windowmap_entry_t
Associates Xlib object id (XID) with object pointer.
struct x11windowmap_t
Stores a set of x11windowmap_entry_t.
struct xmlattribute_t
Name and value of an xml attribute.
Close