ucx
UAP Common Extensions
Loading...
Searching...
No Matches
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
 The character, when appearing at the end of a line, continues that line.
 

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.

◆ continuation

char cx_properties_config_s::continuation

The character, when appearing at the end of a line, continues that line.

This is '\' 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: