LLVM API Documentation

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

#include <YAMLTraits.h>

List of all members.

Static Public Member Functions

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

Detailed Description

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

Definition at line 767 of file YAMLTraits.h.


Member Function Documentation

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

Definition at line 770 of file YAMLTraits.h.

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

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