LLVM 22.0.0git
llvm::yaml::TaggedScalarTraits< ScalarDocNode > Struct Reference

YAMLIO for ScalarDocNode. More...

Inheritance diagram for llvm::yaml::TaggedScalarTraits< ScalarDocNode >:
[legend]

Static Public Member Functions

static void output (const ScalarDocNode &S, void *Ctxt, raw_ostream &OS, raw_ostream &TagOS)
static StringRef input (StringRef Str, StringRef Tag, void *Ctxt, ScalarDocNode &S)
static QuotingType mustQuote (const ScalarDocNode &S, StringRef ScalarStr)

Detailed Description

YAMLIO for ScalarDocNode.

Definition at line 172 of file MsgPackDocumentYAML.cpp.

Member Function Documentation

◆ input()

StringRef llvm::yaml::TaggedScalarTraits< ScalarDocNode >::input ( StringRef Str,
StringRef Tag,
void * Ctxt,
ScalarDocNode & S )
inlinestatic

Definition at line 180 of file MsgPackDocumentYAML.cpp.

References llvm::Tag.

◆ mustQuote()

◆ output()

void llvm::yaml::TaggedScalarTraits< ScalarDocNode >::output ( const ScalarDocNode & S,
void * Ctxt,
raw_ostream & OS,
raw_ostream & TagOS )
inlinestatic

Definition at line 174 of file MsgPackDocumentYAML.cpp.


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