Iterator abstraction for Documents over a Stream.
More...
#include "llvm/Support/YAMLParser.h"
Iterator abstraction for Documents over a Stream.
Definition at line 580 of file YAMLParser.h.
◆ document_iterator() [1/2]
llvm::yaml::document_iterator::document_iterator |
( |
| ) |
|
|
default |
◆ document_iterator() [2/2]
llvm::yaml::document_iterator::document_iterator |
( |
std::unique_ptr< Document > & |
D | ) |
|
|
inline |
◆ operator!=()
◆ operator*()
Document& llvm::yaml::document_iterator::operator* |
( |
| ) |
|
|
inline |
◆ operator++()
◆ operator->()
std::unique_ptr<Document>& llvm::yaml::document_iterator::operator-> |
( |
| ) |
|
|
inline |
◆ operator==()
The documentation for this class was generated from the following file: