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 >:

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.
Constructor & Destructor Documentation
|
|||||||||
|
|
|
||||||||||
|
|
The documentation for this class was generated from the following file:
- vcf/FoundationKit/Enumerator.h
