LLVM API Documentation

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

#include <YAMLTraits.h>

List of all members.

Static Public Member Functions

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

Detailed Description

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

Definition at line 704 of file YAMLTraits.h.


Member Function Documentation

static StringRef llvm::yaml::ScalarTraits< StringRef >::input ( StringRef  ,
void *  ,
StringRef  
) [static]
static bool llvm::yaml::ScalarTraits< StringRef >::mustQuote ( StringRef  S) [inline, static]

Definition at line 707 of file YAMLTraits.h.

References llvm::yaml::needsQuotes().

static void llvm::yaml::ScalarTraits< StringRef >::output ( const StringRef ,
void *  ,
llvm::raw_ostream  
) [static]

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