LLVM API Documentation

Static Public Member Functions
llvm::yaml::ScalarTraits< BinaryRef > Struct Template Reference

#include <YAML.h>

List of all members.

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) [inline, static]

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: