LLVM  3.7.0
Public Member Functions | List of all members
llvm::yaml::document_iterator Class Reference

Iterator abstraction for Documents over a Stream. More...

#include <YAMLParser.h>

Public Member Functions

 document_iterator ()
 
 document_iterator (std::unique_ptr< Document > &D)
 
bool operator== (const document_iterator &Other)
 
bool operator!= (const document_iterator &Other)
 
document_iterator operator++ ()
 
Documentoperator* ()
 
std::unique_ptr< Document > & operator-> ()
 

Detailed Description

Iterator abstraction for Documents over a Stream.

Definition at line 549 of file YAMLParser.h.

Constructor & Destructor Documentation

llvm::yaml::document_iterator::document_iterator ( )
inline

Definition at line 551 of file YAMLParser.h.

llvm::yaml::document_iterator::document_iterator ( std::unique_ptr< Document > &  D)
inline

Definition at line 552 of file YAMLParser.h.

Member Function Documentation

bool llvm::yaml::document_iterator::operator!= ( const document_iterator Other)
inline

Definition at line 560 of file YAMLParser.h.

References Other.

Document& llvm::yaml::document_iterator::operator* ( )
inline

Definition at line 573 of file YAMLParser.h.

document_iterator llvm::yaml::document_iterator::operator++ ( )
inline

Definition at line 562 of file YAMLParser.h.

std::unique_ptr<Document>& llvm::yaml::document_iterator::operator-> ( )
inline

Definition at line 575 of file YAMLParser.h.

bool llvm::yaml::document_iterator::operator== ( const document_iterator Other)
inline

Definition at line 554 of file YAMLParser.h.


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