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

#include <YAMLTraits.h>

Static Public Member Functions

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

Detailed Description

template<>
struct llvm::yaml::ScalarTraits< std::string >

Definition at line 810 of file YAMLTraits.h.

Member Function Documentation

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

Definition at line 813 of file YAMLTraits.h.

References llvm::yaml::needsQuotes().

static void llvm::yaml::ScalarTraits< std::string >::output ( const std::string &  ,
void *  ,
llvm::raw_ostream  
)
static

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