libressl_d.compat.sys.tree

Undocumented in source.

Members

Functions

RBT_INITIALIZER
_HEAD RBT_INITIALIZER(_HAED* _head)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RB_INIT
void RB_INIT(ROOT* root)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RB_INITIALIZER
ROOT RB_INITIALIZER(ROOT* root)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SPLAY_INIT
void SPLAY_INIT(ROOT* root)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SPLAY_INITIALIZER
ROOT SPLAY_INITIALIZER(ROOT* root)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_rb_check
int _rb_check(const(.rb_type)* , void* , core.stdc.config.c_ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_rb_find
void* _rb_find(const(.rb_type)* , .rb_tree* , const(void)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_rb_insert
void* _rb_insert(const(.rb_type)* , .rb_tree* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_rb_left
void* _rb_left(const(.rb_type)* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_rb_max
void* _rb_max(const(.rb_type)* , .rb_tree* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_rb_min
void* _rb_min(const(.rb_type)* , .rb_tree* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_rb_next
void* _rb_next(const(.rb_type)* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_rb_nfind
void* _rb_nfind(const(.rb_type)* , .rb_tree* , const(void)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_rb_parent
void* _rb_parent(const(.rb_type)* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_rb_poison
void _rb_poison(const(.rb_type)* , void* , core.stdc.config.c_ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_rb_prev
void* _rb_prev(const(.rb_type)* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_rb_remove
void* _rb_remove(const(.rb_type)* , .rb_tree* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_rb_right
void* _rb_right(const(.rb_type)* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_rb_root
void* _rb_root(const(.rb_type)* , .rb_tree* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_rb_set_left
void _rb_set_left(const(.rb_type)* , void* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_rb_set_parent
void _rb_set_parent(const(.rb_type)* , void* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_rb_set_right
void _rb_set_right(const(.rb_type)* , void* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

RB_BLACK
enum RB_BLACK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RB_INF
enum RB_INF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RB_NEGINF
enum RB_NEGINF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RB_RED
enum RB_RED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SPLAY_INF
enum SPLAY_INF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SPLAY_NEGINF
enum SPLAY_NEGINF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static functions

_rb_empty
int _rb_empty(.rb_tree* rbt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_rb_init
void _rb_init(.rb_tree* rbt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

rb_entry
struct rb_entry
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rb_tree
struct rb_tree
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rb_type
struct rb_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Templates

RBT_HEAD
template RBT_HEAD(string _name, string _type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RB_ENTRY
template RB_ENTRY(string type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RB_HEAD
template RB_HEAD(string name, string type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SPLAY_ENTRY
template SPLAY_ENTRY(string type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SPLAY_HEAD
template SPLAY_HEAD(string name, string type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta