Public Types | |
|
typedef std::pair< std::string, std::string > | referent_type |
| referent type | |
Public Member Functions | |
| hdr_iterator & | operator++ () |
| pre-increment | |
| hdr_iterator | operator++ (int) |
| post-increment | |
| bool | operator== (const hdr_iterator &rhs) const |
| equals operator | |
| bool | operator!= (const hdr_iterator &rhs) const |
| not equals operator | |
| const referent_type & | operator * () const |
| dereference | |
| const referent_type * | operator-> () const |
| reference | |
Friends | |
| class | env |
1.4.7