LLVM: llvm::yaml::ScalarTraits< char_16 > Struct Reference (original) (raw)

#include "[llvm/ObjectYAML/MachOYAML.h](MachOYAML%5F8h%5Fsource.html)"

Inheritance diagram for llvm::yaml::ScalarTraits< char_16 >:

[legend]

Static Public Member Functions
static void output (const char_16 &Val, void *, raw_ostream &Out)
static StringRef input (StringRef Scalar, void *, char_16 &Val)
static QuotingType mustQuote (StringRef S)

Detailed Description

Definition at line 300 of file MachOYAML.h.

Member Function Documentation

input()

StringRef llvm::yaml::ScalarTraits< char_16 >::input ( StringRef Scalar, void * , char_16 & Val ) static

Definition at line 42 of file MachOYAML.cpp.

References llvm::yaml::Scalar.

mustQuote()

QuotingType llvm::yaml::ScalarTraits< char_16 >::mustQuote ( StringRef S) static

Definition at line 53 of file MachOYAML.cpp.

References llvm::yaml::needsQuotes().

output()

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

Definition at line 36 of file MachOYAML.cpp.

References strnlen().


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