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

#include <MachOYAML.h>

Static Public Member Functions

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

Detailed Description

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

Definition at line 261 of file MachOYAML.h.

Member Function Documentation

StringRef llvm::yaml::ScalarTraits< uuid_t >::input ( StringRef  Scalar,
void *  ,
uuid_t Val 
)
static
bool llvm::yaml::ScalarTraits< uuid_t >::mustQuote ( StringRef  S)
static

Definition at line 80 of file MachOYAML.cpp.

References llvm::yaml::needsQuotes().

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

Definition at line 54 of file MachOYAML.cpp.

References llvm::format().


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