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

#include "llvm/Support/YAMLTraits.h"

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

Static Public Member Functions

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

Detailed Description

Definition at line 1173 of file YAMLTraits.h.

Member Function Documentation

◆ input()

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

References LLVM_ABI.

◆ mustQuote()

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

Definition at line 1176 of file YAMLTraits.h.

References llvm::yaml::None.

◆ output()

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

References LLVM_ABI.


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