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

#include <YAML.h>

Static Public Member Functions

static void output (const BinaryRef &, void *, llvm::raw_ostream &)
 
static StringRef input (StringRef, void *, BinaryRef &)
 
static bool mustQuote (StringRef S)
 

Detailed Description

template<>
struct llvm::yaml::ScalarTraits< BinaryRef >

Definition at line 87 of file YAML.h.

Member Function Documentation

static StringRef llvm::yaml::ScalarTraits< BinaryRef >::input ( StringRef  ,
void *  ,
BinaryRef  
)
static
static bool llvm::yaml::ScalarTraits< BinaryRef >::mustQuote ( StringRef  S)
inlinestatic

Definition at line 90 of file YAML.h.

References llvm::yaml::needsQuotes().

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

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