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

#include <MachOYAML.h>

Static Public Member Functions

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

Detailed Description

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

Definition at line 250 of file MachOYAML.h.

Member Function Documentation

StringRef llvm::yaml::ScalarTraits< char_16 >::input ( StringRef  Scalar,
void *  ,
char_16 Val 
)
static

Definition at line 41 of file MachOYAML.cpp.

References llvm::StringRef::data(), and llvm::StringRef::size().

bool llvm::yaml::ScalarTraits< char_16 >::mustQuote ( StringRef  S)
static

Definition at line 52 of file MachOYAML.cpp.

References llvm::yaml::needsQuotes().

void llvm::yaml::ScalarTraits< char_16 >::output ( const char_16 Val,
void *  ,
llvm::raw_ostream Out 
)
static

Definition at line 35 of file MachOYAML.cpp.


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