Cthulhu  0.2.10
Cthulhu compiler collection
typevec_t Struct Reference

A vector with a fixed type size. More...

#include <vector.h>

Collaboration diagram for typevec_t:

Public Member Functions

 STA_FIELD_SIZE (size) void *data
 The data of the vector. More...
 

Data Fields

arena_tarena
 
size_t size
 The number of elements allocated. More...
 
size_t used
 The number of elements used. More...
 
size_t width
 The size of each element. More...
 

Detailed Description

A vector with a fixed type size.

Warning
this is an opaque type, do not access its members directly aside from 0-initializing it.

Definition at line 23 of file vector.h.

Member Function Documentation

◆ STA_FIELD_SIZE()

typevec_t::STA_FIELD_SIZE ( size  )

The data of the vector.

Field Documentation

◆ arena

arena_t* typevec_t::arena

Definition at line 25 of file vector.h.

◆ size

size_t typevec_t::size

The number of elements allocated.

Definition at line 28 of file vector.h.

◆ used

size_t typevec_t::used

The number of elements used.

Definition at line 31 of file vector.h.

◆ width

size_t typevec_t::width

The size of each element.

Definition at line 34 of file vector.h.


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