Ruby  2.0.0p451(2014-02-24revision45167)
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

unsigned long FBufferStruct::capa

Definition at line 53 of file fbuffer.h.

Referenced by fbuffer_inc_capa().

unsigned long FBufferStruct::initial_length

Definition at line 50 of file fbuffer.h.

Referenced by fbuffer_alloc(), and fbuffer_inc_capa().

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().

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: