rapidyaml  0.7.0
parse and emit YAML, and do it fast
tag.cpp File Reference
#include "c4/yml/tag.hpp"
#include "c4/yml/tree.hpp"
#include "c4/yml/detail/parser_dbg.hpp"

Go to the source code of this file.

Namespaces

 c4
 
 c4::yml
 

Functions

bool c4::yml::is_custom_tag (csubstr tag)
 
csubstr c4::yml::normalize_tag (csubstr tag)
 
csubstr c4::yml::normalize_tag_long (csubstr tag)
 
csubstr c4::yml::normalize_tag_long (csubstr tag, substr output)
 
YamlTag_e c4::yml::to_tag (csubstr tag)
 
csubstr c4::yml::from_tag_long (YamlTag_e tag)
 
csubstr c4::yml::from_tag (YamlTag_e tag)