#include <string.h>
Public Member Functions | |
const_iterator (std::istream &in) | |
const_iterator () | |
const_iterator & | operator++ () |
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 |
wibble::str::YamlStream::const_iterator::const_iterator | ( | std::istream & | in | ) |
wibble::str::YamlStream::const_iterator::const_iterator | ( | ) | [inline] |
YamlStream::const_iterator & wibble::str::YamlStream::const_iterator::operator++ | ( | ) |
const std::pair<std::string, std::string>& wibble::str::YamlStream::const_iterator::operator* | ( | ) | const [inline] |
const std::pair<std::string, std::string>* wibble::str::YamlStream::const_iterator::operator-> | ( | ) | const [inline] |
bool wibble::str::YamlStream::const_iterator::operator== | ( | const const_iterator & | ti | ) | const [inline] |
References in.
bool wibble::str::YamlStream::const_iterator::operator!= | ( | const const_iterator & | ti | ) | const [inline] |
References in.