CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EZArrayFL< T > Class Reference

#include <EZArrayFL.h>

Detailed Description

stl-vector-LIKE Class designed to allow many small fixed-length containers to have a common memory managed by a single higher-level object.

It has the usual common iterators (begin, end) and functions (size, capacity, etc) but is NOT actually an STL-vector.

It practices 'on-demand', or 'lazy evaluation', only allocating memory when requested.