LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::yaml::PolymorphicTraits< DocNode > Struct Reference

YAMLIO for DocNode. More...

Static Public Member Functions

static NodeKind getKind (const DocNode &N)
 
static MapDocNodegetAsMap (DocNode &N)
 
static ArrayDocNodegetAsSequence (DocNode &N)
 
static ScalarDocNode & getAsScalar (DocNode &N)
 

Detailed Description

YAMLIO for DocNode.

Definition at line 146 of file MsgPackDocumentYAML.cpp.

Member Function Documentation

◆ getAsMap()

static MapDocNode & llvm::yaml::PolymorphicTraits< DocNode >::getAsMap ( DocNode N)
inlinestatic

Definition at line 159 of file MsgPackDocumentYAML.cpp.

References N.

◆ getAsScalar()

static ScalarDocNode & llvm::yaml::PolymorphicTraits< DocNode >::getAsScalar ( DocNode N)
inlinestatic

Definition at line 166 of file MsgPackDocumentYAML.cpp.

References N.

◆ getAsSequence()

static ArrayDocNode & llvm::yaml::PolymorphicTraits< DocNode >::getAsSequence ( DocNode N)
inlinestatic

Definition at line 161 of file MsgPackDocumentYAML.cpp.

References N.

◆ getKind()

static NodeKind llvm::yaml::PolymorphicTraits< DocNode >::getKind ( const DocNode N)
inlinestatic

Definition at line 148 of file MsgPackDocumentYAML.cpp.

References N.


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