LLVM: llvm::yaml::SequenceTraits< ArrayDocNode > Struct Reference (original) (raw)
YAMLIO for ArrayNode. More...
Inheritance diagram for llvm::yaml::SequenceTraits< ArrayDocNode >:
[legend]
| Static Public Member Functions | |
|---|---|
| static size_t | size (IO &IO, ArrayDocNode &A) |
| static DocNode & | element (IO &IO, ArrayDocNode &A, size_t Index) |
Detailed Description
YAMLIO for ArrayNode.
Definition at line 223 of file MsgPackDocumentYAML.cpp.
Member Function Documentation
◆ element()
| DocNode & llvm::yaml::SequenceTraits< ArrayDocNode >::element ( IO & IO, ArrayDocNode & A, size_t Index ) | inlinestatic |
|---|
Definition at line 227 of file MsgPackDocumentYAML.cpp.
References A().
◆ size()
| size_t llvm::yaml::SequenceTraits< ArrayDocNode >::size ( IO & IO, ArrayDocNode & A ) | inlinestatic |
|---|
Definition at line 225 of file MsgPackDocumentYAML.cpp.
References A().
The documentation for this struct was generated from the following file:
- lib/BinaryFormat/MsgPackDocumentYAML.cpp