LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 (OwningPtr< Document > &D)
 
bool operator== (const document_iterator &Other)
 
bool operator!= (const document_iterator &Other)
 
document_iterator operator++ ()
 
Documentoperator* ()
 
OwningPtr< Document > & operator-> ()
 

Detailed Description

Iterator abstraction for Documents over a Stream.

Definition at line 532 of file YAMLParser.h.

Constructor & Destructor Documentation

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

Definition at line 534 of file YAMLParser.h.

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

Definition at line 535 of file YAMLParser.h.

Member Function Documentation

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

Definition at line 543 of file YAMLParser.h.

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

Definition at line 558 of file YAMLParser.h.

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

Definition at line 547 of file YAMLParser.h.

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

Definition at line 562 of file YAMLParser.h.

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

Definition at line 537 of file YAMLParser.h.


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