Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

apr_array_header_t Struct Reference
[Table and Array Functions]

#include <apr_tables.h>


Data Fields

apr_pool_tpool
int elt_size
int nelts
int nalloc
char * elts


Detailed Description

An opaque array type


Field Documentation

int apr_array_header_t::elt_size
 

The amount of memory allocated for each element of the array

char* apr_array_header_t::elts
 

The elements in the array

int apr_array_header_t::nalloc
 

The number of elements allocated in the array

int apr_array_header_t::nelts
 

The number of active elements in the array

apr_pool_t* apr_array_header_t::pool
 

The pool the array is allocated out of


The documentation for this struct was generated from the following file:
Generated on Tue Jun 5 12:38:44 2007 for Apache Portable Runtime by  doxygen 1.3.9.1