LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
llvm::yaml::ScalarTraits< bool > Struct Template Reference

#include <YAMLTraits.h>

Static Public Member Functions

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

Detailed Description

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

Definition at line 531 of file YAMLTraits.h.

Member Function Documentation

static StringRef llvm::yaml::ScalarTraits< bool >::input ( StringRef  ,
void *  ,
bool  
)
static
static void llvm::yaml::ScalarTraits< bool >::output ( const bool ,
void *  ,
llvm::raw_ostream  
)
static

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