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

#include <YAMLTraits.h>

Static Public Member Functions

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

Detailed Description

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

Definition at line 1229 of file YAMLTraits.h.

Member Function Documentation

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

Definition at line 1232 of file YAMLTraits.h.

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

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