ucx
UAP Common Extensions
Loading...
Searching...
No Matches
Data Fields
cx_properties_config_s Struct Reference

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.
 

Detailed Description

Configures the expected characters for the properties parser.

Field Documentation

◆ comment1

char cx_properties_config_s::comment1

The first comment character.

This is '#' by default.

◆ comment2

char cx_properties_config_s::comment2

The second comment character.

This is not set by default.

◆ comment3

char cx_properties_config_s::comment3

The third comment character.

This is not set by default.

◆ delimiter

char cx_properties_config_s::delimiter

The key/value delimiter that shall be used.

This is '=' by default.


The documentation for this struct was generated from the following file: