LLVM API Documentation

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

#include <YAMLTraits.h>

List of all members.

Static Public Member Functions

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

Detailed Description

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

Definition at line 1115 of file YAMLTraits.h.


Member Function Documentation

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

Definition at line 1118 of file YAMLTraits.h.

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

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