HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_ArchiveReader::iterator Class Reference

#include <UT_Archive.h>

Public Member Functions

 iterator (UT_ArchiveReader *reader, const UT_ArchiveEntry &entry)
 
bool operator== (const iterator &other) const
 
bool operator!= (const iterator &other) const
 
UT_ArchiveEntry operator* ()
 
iteratoroperator++ ()
 

Detailed Description

Definition at line 150 of file UT_Archive.h.

Constructor & Destructor Documentation

UT_ArchiveReader::iterator::iterator ( UT_ArchiveReader reader,
const UT_ArchiveEntry entry 
)
inline

Definition at line 153 of file UT_Archive.h.

Member Function Documentation

bool UT_ArchiveReader::iterator::operator!= ( const iterator other) const
inline

Definition at line 162 of file UT_Archive.h.

UT_ArchiveEntry UT_ArchiveReader::iterator::operator* ( )
inline

Definition at line 167 of file UT_Archive.h.

iterator& UT_ArchiveReader::iterator::operator++ ( )
inline

Definition at line 169 of file UT_Archive.h.

bool UT_ArchiveReader::iterator::operator== ( const iterator other) const
inline

Definition at line 158 of file UT_Archive.h.


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