![]() |
ucx
UAP Common Extensions
|
Defines a properties source. More...
#include <properties.h>
Data Fields | |
| void * | src |
| The source object. | |
| void * | data_ptr |
| Optional additional data pointer. | |
| size_t | data_size |
| Optional size information. | |
| cx_properties_read_func | read_func |
| A function that reads data from the source. | |
| cx_properties_read_init_func | read_init_func |
| Optional function that may prepare the source for reading data. | |
| cx_properties_read_clean_func | read_clean_func |
| Optional function that cleans additional memory allocated by the read_init_func. | |
Defines a properties source.
| void* cx_properties_source_s::src |
The source object.
For example a file stream or a string.