zpmod  b19981f
High-performance Zsh module for script optimization and filesystem helpers
bb_vec Struct Reference
Collaboration diagram for bb_vec:
[legend]

Data Fields

struct bb_entryitems
 
size_t size
 
size_t cap
 

Detailed Description

Definition at line 47 of file bundle_build.c.

Field Documentation

◆ cap

size_t bb_vec::cap

Definition at line 50 of file bundle_build.c.

Referenced by bb_vec_free(), bb_vec_init(), and bb_vec_push().

◆ items

struct bb_entry* bb_vec::items

Definition at line 48 of file bundle_build.c.

Referenced by bb_vec_free(), bb_vec_init(), and bb_vec_push().

◆ size

size_t bb_vec::size

Definition at line 49 of file bundle_build.c.

Referenced by bb_vec_free(), bb_vec_init(), and bb_vec_push().


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