#include <tag.h>

Public Member Functions | |
| const_entry_iterator () | |
| const_entry_iterator (const const_entry_iterator &) | |
| const_entry_iterator (IteratorData *) | |
| ~const_entry_iterator () | |
| const_entry_iterator & | operator= (const const_entry_iterator &) throw () |
| bool | has_index (void) const throw () |
| std::string | index (void) const throw () |
| std::string | value (void) const throw () |
| std::string | operator* (void) const throw () |
| const_entry_iterator & | operator++ (void) throw () |
| bool | operator== (const const_entry_iterator &) const throw () |
| bool | operator!= (const const_entry_iterator &) const throw () |
Classes | |
| class | IteratorData |
| shawn::Tag::const_entry_iterator::const_entry_iterator | ( | ) |
| shawn::Tag::const_entry_iterator::const_entry_iterator | ( | const const_entry_iterator & | ) |
| shawn::Tag::const_entry_iterator::const_entry_iterator | ( | IteratorData * | ) | [explicit] |
| shawn::Tag::const_entry_iterator::~const_entry_iterator | ( | ) |
| const_entry_iterator& shawn::Tag::const_entry_iterator::operator= | ( | const const_entry_iterator & | ) | throw () |
| bool shawn::Tag::const_entry_iterator::has_index | ( | void | ) | const throw () |
| std::string shawn::Tag::const_entry_iterator::index | ( | void | ) | const throw () |
| std::string shawn::Tag::const_entry_iterator::value | ( | void | ) | const throw () |

| std::string shawn::Tag::const_entry_iterator::operator* | ( | void | ) | const throw () [inline] |

| const_entry_iterator& shawn::Tag::const_entry_iterator::operator++ | ( | void | ) | throw () |
| bool shawn::Tag::const_entry_iterator::operator== | ( | const const_entry_iterator & | ) | const throw () |
| bool shawn::Tag::const_entry_iterator::operator!= | ( | const const_entry_iterator & | ) | const throw () |
1.5.6