OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
stack_st Struct Reference

#include <stack.h>

Public Attributes

int num
 
char ** data
 
int sorted
 
int num_alloc
 
int(* comp )(const void *, const void *)
 

Detailed Description

Definition at line 66 of file stack.h.

Member Data Documentation

int(* stack_st::comp)(const void *, const void *)

Definition at line 73 of file stack.h.

char ** stack_st::data

Definition at line 69 of file stack.h.

int stack_st::num

Definition at line 68 of file stack.h.

int stack_st::num_alloc

Definition at line 72 of file stack.h.

int stack_st::sorted

Definition at line 70 of file stack.h.


The documentation for this struct was generated from the following files: