vcf/FoundationKit/Enumerator.h File Reference
Namespaces | |
| namespace | VCF |
Classes | |
| class | VCF::Enumerator< COLLECTION_TYPE > |
| This is a template class that provides an interface for iterating through a collection, and provides a standard set of methods. More... | |
| class | VCF::EnumeratorContainer< COLLECTION, COLLECTION_TYPE > |
| EnumeratorContainer is based on some COLLECTION class that represents a collection class of some sort, i.e. More... | |
| class | VCF::EnumeratorMapContainer< COLLECTION, COLLECTION_TYPE > |
| EnumeratorMapContainer is based on some COLLECTION class that represents an associative collection of some sort, i.e. More... | |
| class | VCF::OrderedEnumerator< ItemType, CollectionType > |
| The OrderedEnumerator is a utility class that makes it easy to use a specific stl collection class (like a vector) and have support for the Enumerator interface. More... | |
| class | VCF::AssociativeEnumerator< KeyType, ValueType, CollectionType > |
| The AssociativeEnumerator is a utility class that makes it easy to use a specific stl collection class (like a map) and have support for the Enumerator interface. More... | |
| class | VCF::Array< ItemType > |
| A simple wrapper for using a vector collection. More... | |
| class | VCF::List< ItemType > |
| class | VCF::Map< KeyType, ValueType > |
