minishell
t_vect Struct Reference

#include <ft_vect.h>

Collaboration diagram for t_vect:
Collaboration graph

Data Fields

size_t cap
 
size_t len
 
size_t elemsize
 
void * p
 

Detailed Description

Definition at line 23 of file ft_vect.h.

Field Documentation

◆ cap

size_t t_vect::cap

Definition at line 25 of file ft_vect.h.

◆ elemsize

size_t t_vect::elemsize

Definition at line 27 of file ft_vect.h.

◆ len

size_t t_vect::len

Definition at line 26 of file ft_vect.h.

◆ p

void* t_vect::p

Definition at line 28 of file ft_vect.h.


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