libressl-d ~master (2022-05-15T17:34:09.6250468)
Dub
Repo
stack_st
libressl_d
openssl
stack
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) nothrow @
nogc
struct
stack_st {
int
num
;
char
**
data
;
int
sorted
;
int
num_alloc
;
int
function
(
const
(
void
)*,
const
(
void
)*)
comp
;
}
Members
Variables
comp
int
function
(
const
(
void
)*,
const
(
void
)*)
comp
;
Undocumented in source.
data
char
**
data
;
Undocumented in source.
num
int
num
;
Undocumented in source.
num_alloc
int
num_alloc
;
Undocumented in source.
sorted
int
sorted
;
Undocumented in source.
Meta
Source
See Implementation
libressl_d
openssl
stack
aliases
_STACK
functions
M_sk_num
M_sk_value
sk_delete
sk_delete_ptr
sk_dup
sk_find
sk_find_ex
sk_free
sk_insert
sk_is_sorted
sk_new
sk_new_null
sk_num
sk_pop
sk_pop_free
sk_push
sk_set
sk_shift
sk_sort
sk_unshift
sk_value
sk_zero
structs
stack_st