LLVM 22.0.0git
llvm::yaml::ScalarTraits< float > Struct Reference

#include "llvm/Support/YAMLTraits.h"

Inheritance diagram for llvm::yaml::ScalarTraits< float >:
[legend]

Static Public Member Functions

static LLVM_ABI void output (const float &, void *, raw_ostream &)
static LLVM_ABI StringRef input (StringRef, void *, float &)
static QuotingType mustQuote (StringRef)

Detailed Description

Definition at line 1167 of file YAMLTraits.h.

Member Function Documentation

◆ input()

LLVM_ABI StringRef llvm::yaml::ScalarTraits< float >::input ( StringRef ,
void * ,
float &  )
static

References LLVM_ABI.

◆ mustQuote()

QuotingType llvm::yaml::ScalarTraits< float >::mustQuote ( StringRef )
inlinestatic

Definition at line 1170 of file YAMLTraits.h.

References llvm::yaml::None.

◆ output()

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

References LLVM_ABI.


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