DWFToolkit::DWFManifest::SectionIterator Class Reference

#include "dwf/package/Manifest.h"

List of all members.


Detailed Description

This class defines the iterator for enumerating manifest sections.

Since:
7.0.1
This iterator implementation works over STL lists and maps.
Examples:

Aggregate/Aggregate.cpp, ReadContentDefinition/ReadContentDefinition.cpp, SimpleEnumReader/SimpleEnumReader.cpp, SimpleW3DStreamProcessor/SimpleW3DStreamProcessor.cpp, and TimedXMLReader/TimedXMLReader.cpp.

Definition at line 87 of file Manifest.h.

Public Member Functions

 SectionIterator (DWFSection::tList::iterator iBegin, DWFSection::tList::iterator iEnd) throw ()
 SectionIterator (DWFSection::tMultiMap::iterator iBegin, DWFSection::tMultiMap::iterator iEnd) throw ()
 SectionIterator (const SectionIterator &i) throw ()
SectionIteratoroperator= (const SectionIterator &i) throw ()
virtual ~SectionIterator () throw ()
void reset () throw ()
bool valid () throw ()
bool next () throw ()
DWFSection *& get () throw ( DWFException )


Constructor & Destructor Documentation

DWFToolkit::DWFManifest::SectionIterator::SectionIterator DWFSection::tList::iterator  iBegin,
DWFSection::tList::iterator  iEnd
throw () [inline]
 

Constructor

Parameters:
iBegin Points to the first section.
iEnd Points to the end of the section list.
Exceptions:
None 

Definition at line 99 of file Manifest.h.

DWFToolkit::DWFManifest::SectionIterator::SectionIterator DWFSection::tMultiMap::iterator  iBegin,
DWFSection::tMultiMap::iterator  iEnd
throw () [inline]
 

Constructor

Parameters:
iBegin Points to the first section.
iEnd Points to the end of the section map.
Exceptions:
None 

Definition at line 115 of file Manifest.h.

DWFToolkit::DWFManifest::SectionIterator::SectionIterator const SectionIterator i  )  throw () [inline]
 

Copy Constructor

Parameters:
i The iterator to clone.
Exceptions:
None 

Definition at line 130 of file Manifest.h.

virtual DWFToolkit::DWFManifest::SectionIterator::~SectionIterator  )  throw () [inline, virtual]
 

Destructor

Exceptions:
None 

Definition at line 168 of file Manifest.h.


Member Function Documentation

DWFSection*& DWFToolkit::DWFManifest::SectionIterator::get  )  throw ( DWFException ) [inline]
 

Examples:
Aggregate/Aggregate.cpp, ReadContentDefinition/ReadContentDefinition.cpp, SimpleEnumReader/SimpleEnumReader.cpp, SimpleW3DStreamProcessor/SimpleW3DStreamProcessor.cpp, and TimedXMLReader/TimedXMLReader.cpp.

Definition at line 225 of file Manifest.h.

bool DWFToolkit::DWFManifest::SectionIterator::next  )  throw () [inline]
 

Examples:
Aggregate/Aggregate.cpp, ReadContentDefinition/ReadContentDefinition.cpp, SimpleEnumReader/SimpleEnumReader.cpp, and TimedXMLReader/TimedXMLReader.cpp.

Definition at line 200 of file Manifest.h.

SectionIterator& DWFToolkit::DWFManifest::SectionIterator::operator= const SectionIterator i  )  throw () [inline]
 

Assignment Operator

Parameters:
i The iterator to clone.
Exceptions:
None 

Definition at line 147 of file Manifest.h.

void DWFToolkit::DWFManifest::SectionIterator::reset  )  throw () [inline]
 

Examples:
SimpleEnumReader/SimpleEnumReader.cpp.

Definition at line 175 of file Manifest.h.

bool DWFToolkit::DWFManifest::SectionIterator::valid  )  throw () [inline]
 

Examples:
Aggregate/Aggregate.cpp, ReadContentDefinition/ReadContentDefinition.cpp, SimpleEnumReader/SimpleEnumReader.cpp, SimpleW3DStreamProcessor/SimpleW3DStreamProcessor.cpp, and TimedXMLReader/TimedXMLReader.cpp.

Definition at line 191 of file Manifest.h.


The documentation for this class was generated from the following file:
Generated on Tue Jan 6 22:40:30 2009 for Autodesk DWF Toolkit by  doxygen 1.4.5