Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 768 Bytes

Key.md

File metadata and controls

47 lines (28 loc) · 768 Bytes

Key

class Key

Inherited from: cstring.

Required header: <Eclog/Key.h>

The Key class represents an encountered key while parsing.

Member functions

Name Description
notation Gets the string notation of this key.
delimiter Gets the string delimiter of this key.

notation

StringNotation notation() const;

Gets the string notation of this key.

Return value

StringNotation The string notation.


delimiter

cstring delimiter() const;

Gets the string delimiter of this key (Only meaningful for raw string and heredoc string).

Return value

cstring The string delimiter.