![]() |
ucx
UAP Common Extensions
|
Configures the expected characters for the properties parser. More...
#include <properties.h>
Data Fields | |
char | delimiter |
The key/value delimiter that shall be used. | |
char | comment1 |
The first comment character. | |
char | comment2 |
The second comment character. | |
char | comment3 |
The third comment character. | |
char | continuation |
Reserved for future use. | |
Configures the expected characters for the properties parser.
char cx_properties_config_s::comment1 |
The first comment character.
This is '#' by default.
char cx_properties_config_s::comment2 |
The second comment character.
This is not set by default.
char cx_properties_config_s::comment3 |
The third comment character.
This is not set by default.
char cx_properties_config_s::delimiter |
The key/value delimiter that shall be used.
This is '=' by default.