rapidyaml  0.10.0
parse and emit YAML, and do it fast
string.hpp File Reference
#include "c4/yml/common.hpp"
#include <new>

Go to the source code of this file.

Classes

struct  c4::yml::extra::string
 an owning string class used by the yaml std event handler (and the YamlScript handler). More...
 
struct  c4::yml::extra::string_vector
 a string collection used by the event handler. More...
 

Namespaces

 c4
 
 c4::yml
 
 c4::yml::extra
 

Macros

#define RYML_STRING_SSO_SIZE   128
 
#define RYML_STRING_LIST_SSO_SIZE   66
 

Macro Definition Documentation

◆ RYML_STRING_SSO_SIZE

#define RYML_STRING_SSO_SIZE   128

Definition at line 17 of file string.hpp.

◆ RYML_STRING_LIST_SSO_SIZE

#define RYML_STRING_LIST_SSO_SIZE   66

Definition at line 21 of file string.hpp.