vector.hpp File Reference

Vector Class with a small footprintVersion: 05172013 Added at() to ease element access when vector is a pointer. Version: 06192012 Initial. More...

#include <stdlib.h>
Include dependency graph for vector.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  VECTOR< TYPE >
 

Detailed Description

Vector Class with a small footprint

Version: 05172013 Added at() to ease element access when vector is a pointer. Version: 06192012 Initial.