LLVM 22.0.0git
llvm::yaml::ScalarTraits< char_16 > Struct Reference

#include "llvm/ObjectYAML/MachOYAML.h"

Inheritance diagram for llvm::yaml::ScalarTraits< char_16 >:
[legend]

Static Public Member Functions

static void output (const char_16 &Val, void *, raw_ostream &Out)
static StringRef input (StringRef Scalar, void *, char_16 &Val)
static QuotingType mustQuote (StringRef S)

Detailed Description

Definition at line 300 of file MachOYAML.h.

Member Function Documentation

◆ input()

StringRef llvm::yaml::ScalarTraits< char_16 >::input ( StringRef Scalar,
void * ,
char_16 & Val )
static

Definition at line 43 of file MachOYAML.cpp.

References llvm::yaml::Scalar.

◆ mustQuote()

Definition at line 54 of file MachOYAML.cpp.

References llvm::yaml::needsQuotes().

◆ output()

void llvm::yaml::ScalarTraits< char_16 >::output ( const char_16 & Val,
void * ,
raw_ostream & Out )
static

Definition at line 37 of file MachOYAML.cpp.


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