LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::yaml::ScalarTraits< BinaryRef > Struct Reference

#include "llvm/ObjectYAML/YAML.h"

Static Public Member Functions

static void output (const BinaryRef &, void *, raw_ostream &)
 
static StringRef input (StringRef, void *, BinaryRef &)
 
static QuotingType mustQuote (StringRef S)
 

Detailed Description

Definition at line 106 of file YAML.h.

Member Function Documentation

◆ input()

static StringRef llvm::yaml::ScalarTraits< BinaryRef >::input ( StringRef  ,
void *  ,
BinaryRef  
)
static

◆ mustQuote()

static QuotingType llvm::yaml::ScalarTraits< BinaryRef >::mustQuote ( StringRef  S)
inlinestatic

Definition at line 109 of file YAML.h.

◆ output()

static void llvm::yaml::ScalarTraits< BinaryRef >::output ( const BinaryRef ,
void *  ,
raw_ostream  
)
static

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