#include <rxv_spin.h>
Data Fields | |
| unsigned char | type |
| size_t | size |
| union { | |
| apr_hash_t * cols | |
| char * data | |
| rxv_spin_data_t * meta | |
| void * both | |
| }; | |
| unsigned char rxv_spin_data::type |
data type
| size_t rxv_spin_data::size |
string size or number of rows
| apr_hash_t* rxv_spin_data::cols |
columns of the data type rows
| char* rxv_spin_data::data |
actual data
metadata (i.e. pointer to an array)
| void* rxv_spin_data::both |
when we need to test both cols & data at once
| union { ... } |
unnamed
1.5.2