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

#include <YAMLTraits.h>

Static Public Member Functions

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

Detailed Description

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

Definition at line 956 of file YAMLTraits.h.

Member Function Documentation

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

Definition at line 959 of file YAMLTraits.h.

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

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