wibble  1.1
Public Member Functions | List of all members
wibble::str::YamlStream::const_iterator Class Reference

#include <string.h>

Public Member Functions

 const_iterator (std::istream &in)
 
 const_iterator ()
 
const_iteratoroperator++ ()
 
const std::pair< std::string, std::string > & operator* () const
 
const std::pair< std::string, std::string > * operator-> () const
 
bool operator== (const const_iterator &ti) const
 
bool operator!= (const const_iterator &ti) const
 

Constructor & Destructor Documentation

◆ const_iterator() [1/2]

wibble::str::YamlStream::const_iterator::const_iterator ( std::istream &  in)

◆ const_iterator() [2/2]

wibble::str::YamlStream::const_iterator::const_iterator ( )
inline

Member Function Documentation

◆ operator!=()

bool wibble::str::YamlStream::const_iterator::operator!= ( const const_iterator ti) const
inline

◆ operator*()

const std::pair<std::string, std::string>& wibble::str::YamlStream::const_iterator::operator* ( ) const
inline

◆ operator++()

YamlStream::const_iterator & wibble::str::YamlStream::const_iterator::operator++ ( )

◆ operator->()

const std::pair<std::string, std::string>* wibble::str::YamlStream::const_iterator::operator-> ( ) const
inline

◆ operator==()

bool wibble::str::YamlStream::const_iterator::operator== ( const const_iterator ti) const
inline

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