Ruby  2.0.0p648(2015-12-16revision53162)
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 49 of file fbuffer.h.

Field Documentation

◆ capa

unsigned long FBufferStruct::capa

Definition at line 53 of file fbuffer.h.

Referenced by fbuffer_inc_capa().

◆ initial_length

unsigned long FBufferStruct::initial_length

Definition at line 50 of file fbuffer.h.

Referenced by fbuffer_inc_capa().

◆ len

unsigned long FBufferStruct::len

Definition at line 52 of file fbuffer.h.

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

◆ ptr

char* FBufferStruct::ptr

Definition at line 51 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: