#include <fileiter.hpp>
Public Types | |
typedef std::ptrdiff_t | difference_type |
typedef char | value_type |
typedef const char * | pointer |
typedef const char & | reference |
typedef std::random_access_iterator_tag | iterator_category |
Public Member Functions | |
mapfile_iterator () | |
mapfile_iterator (const mapfile *f, long arg_position) | |
mapfile_iterator (const mapfile_iterator &i) | |
~mapfile_iterator () | |
mapfile_iterator & | operator= (const mapfile_iterator &i) |
char | operator* () const |
char | operator[] (long off) const |
mapfile_iterator & | operator++ () |
mapfile_iterator | operator++ (int) |
mapfile_iterator & | operator-- () |
mapfile_iterator | operator-- (int) |
mapfile_iterator & | operator+= (long off) |
mapfile_iterator & | operator-= (long off) |
Friends | |
bool | operator== (const mapfile_iterator &i, const mapfile_iterator &j) |
bool | operator!= (const mapfile_iterator &i, const mapfile_iterator &j) |
bool | operator< (const mapfile_iterator &i, const mapfile_iterator &j) |
bool | operator> (const mapfile_iterator &i, const mapfile_iterator &j) |
bool | operator<= (const mapfile_iterator &i, const mapfile_iterator &j) |
bool | operator>= (const mapfile_iterator &i, const mapfile_iterator &j) |
mapfile_iterator | operator+ (const mapfile_iterator &i, long off) |
mapfile_iterator | operator+ (long off, const mapfile_iterator &i) |
mapfile_iterator | operator- (const mapfile_iterator &i, long off) |
long | operator- (const mapfile_iterator &i, const mapfile_iterator &j) |
typedef std::ptrdiff_t boost::re_detail::mapfile_iterator::difference_type |
typedef std::random_access_iterator_tag boost::re_detail::mapfile_iterator::iterator_category |
typedef const char* boost::re_detail::mapfile_iterator::pointer |
typedef const char& boost::re_detail::mapfile_iterator::reference |
typedef char boost::re_detail::mapfile_iterator::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References BOOST_ASSERT.
mapfile_iterator& boost::re_detail::mapfile_iterator::operator++ | ( | ) |
mapfile_iterator boost::re_detail::mapfile_iterator::operator++ | ( | int | ) |
|
inline |
mapfile_iterator& boost::re_detail::mapfile_iterator::operator-- | ( | ) |
mapfile_iterator boost::re_detail::mapfile_iterator::operator-- | ( | int | ) |
|
inline |
mapfile_iterator& boost::re_detail::mapfile_iterator::operator= | ( | const mapfile_iterator & | i | ) |
|
inline |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |