Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 920 Bytes

StringDesc.md

File metadata and controls

46 lines (27 loc) · 920 Bytes

StringDesc

class StringDesc

Inherited from: ValueDesc.

Required header: <Eclog/StringDesc.h>

The StringDesc class is a description of a string.

Member functions

Name Description
(constructor) Constructor.

(constructor)

StringDesc(const char* value);

StringDesc(cstring value,
    StringNotation notation = string_notation_quoted,
    cstring delimiter = cstring());

Constructs a StringDesc.

Parameters

const char* value A C-style string.

cstring value A string.

StringNotation notation The string notation to be used when rendering the string.

cstring delimiter The string delimiter to be used when rendering the string.

Errors

An InvalidArgument fault occurs if delimiter is invalid.