rapidyaml  0.12.0
parse and emit YAML, and do it fast
c4::yml::TagDirective Struct Reference

#include <tag.hpp>

Public Attributes

csubstr handle
 Eg. More...
 
csubstr prefix
 Eg. More...
 
id_type doc_id
 ID of the target document. More...
 

Detailed Description

Definition at line 104 of file tag.hpp.

Member Data Documentation

◆ handle

csubstr c4::yml::TagDirective::handle

Eg.

!e!

in

TAG !e! tag:example.com,2000:app/

Definition at line 107 of file tag.hpp.

◆ prefix

csubstr c4::yml::TagDirective::prefix

Eg.

tag:example.com,2000:app/

in

TAG !e! tag:example.com,2000:app/

Definition at line 109 of file tag.hpp.

◆ doc_id

id_type c4::yml::TagDirective::doc_id

ID of the target document.

Definition at line 111 of file tag.hpp.


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