Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
FBufferStruct Struct Reference

#include <fbuffer.h>

Data Fields

unsigned long initial_length
 
char * ptr
 
unsigned long len
 
unsigned long capa
 

Detailed Description

Definition at line 46 of file fbuffer.h.

Field Documentation

◆ capa

unsigned long FBufferStruct::capa

Definition at line 50 of file fbuffer.h.

Referenced by fbuffer_inc_capa().

◆ initial_length

unsigned long FBufferStruct::initial_length

Definition at line 47 of file fbuffer.h.

Referenced by fbuffer_alloc(), and fbuffer_inc_capa().

◆ len

unsigned long FBufferStruct::len

Definition at line 49 of file fbuffer.h.

Referenced by fbuffer_append(), fbuffer_append_char(), fbuffer_clear(), and fbuffer_inc_capa().

◆ ptr

char* FBufferStruct::ptr

Definition at line 48 of file fbuffer.h.

Referenced by fbuffer_append(), fbuffer_append_char(), fbuffer_free(), and fbuffer_inc_capa().


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