Iterator.h File Reference


Detailed Description

This header contains the declarations for iterator interfaces and implementations.

Definition in file Iterator.h.

#include "dwfcore/Core.h"
#include "dwfcore/STL.h"
#include "dwfcore/String.h"
#include "dwfcore/Exception.h"

Go to the source code of this file.

Namespaces

namespace  DWFCore

Classes

interface  DWFCore::DWFIterator< T >
 An interface template for iterators. More...
interface  DWFCore::DWFConstIterator< T >
 An interface template for const iterators. More...
class  DWFCore::DWFVectorIterator< T, A >
 An iterator implementation for an STL vector. More...
class  DWFCore::DWFVectorConstIterator< T, A >
 An const iterator implementation for an STL vector. More...
class  DWFCore::DWFStringVectorIterator< A >
 An iterator implementation for an STL vector of DWFString. More...
class  DWFCore::DWFBasicIteratorImpl< T >
 An iterator and basic collection implementation template. More...
class  DWFCore::DWFCachingIterator< T >
 An iterator that stores a collection of the added items. More...
interface  DWFCore::DWFKVIterator< K, V >
 An interface template for key-value iterators. More...
interface  DWFCore::DWFKVConstIterator< K, V >
 An interface template for key-value iterators. More...


Generated on Tue Jan 6 22:39:29 2009 for Autodesk DWF Core Library by  doxygen 1.4.5