Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCF::Array< ItemType > Class Template Reference

A simple wrapper for using a vector collection. More...

#include <vcf/FoundationKit/Enumerator.h>

Inheritance diagram for VCF::Array< ItemType >:

VCF::OrderedEnumerator< ItemType, std::vector< ItemType > > VCF::EnumeratorContainer< COLLECTION, COLLECTION_TYPE > VCF::Enumerator< COLLECTION_TYPE > List of all members.

Public Member Functions

 Array ()
 Array (const Array &rhs)

Detailed Description

template<typename ItemType>
class VCF::Array< ItemType >

A simple wrapper for using a vector collection.

Usage is identical to the STL's collection interface. You may access the underlying vector directly by calling get() or you may pass the Array instance to functions that take a vector by reference or by value.

See also:
List

Map


Constructor & Destructor Documentation

template<typename ItemType>
VCF::Array< ItemType >::Array  )  [inline]
 

template<typename ItemType>
VCF::Array< ItemType >::Array const Array< ItemType > &  rhs  )  [inline]
 


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information