All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
icarus::details::KeyValueParser::FormatParams_t Struct Reference

Parameters of the format. More...

#include <KeyValueParser.h>

Public Attributes

std::string newKey { ":" }
 Sequence starting the values. More...
 
std::string addKey { ":+" }
 Sequence appending the values. More...
 

Detailed Description

Parameters of the format.

Definition at line 84 of file KeyValueParser.h.

Member Data Documentation

std::string icarus::details::KeyValueParser::FormatParams_t::addKey { ":+" }

Sequence appending the values.

Definition at line 86 of file KeyValueParser.h.

std::string icarus::details::KeyValueParser::FormatParams_t::newKey { ":" }

Sequence starting the values.

Definition at line 85 of file KeyValueParser.h.


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