Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

Vector.H File Reference

#include <cmath>
#include <cstdlib>
#include <cassert>
#include <vector>
#include <typeinfo>
#include <string>
#include <map>
#include <list>
#include <algorithm>
#include <iostream>

Include dependency graph for Vector.H:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

class  Vector
 one dimensional dynamic array More...


Typedefs

typedef std::pair< long int *,
long int * > 
ppair
typedef std::map< std::string,
ppair
VectorList
typedef std::list< int > lst
typedef std::map< std::string,
lst * > 
incr

Functions

template<class T> ostream & operator<< (ostream &os, const Vector< T > &vec)

Variables

VectorListvectorList_
incrvectorIncr_


Typedef Documentation

typedef std::pair<long int*, long int*> ppair
 

typedef std::map<std::string, ppair > VectorList
 

typedef std::list<int> lst
 

typedef std::map<std::string, lst*> incr
 


Function Documentation

template<class T>
ostream& operator<< ostream &  os,
const Vector< T > &  vec
 


Variable Documentation

VectorList* vectorList_
 

incr* vectorIncr_
 


Generated on Fri Jul 2 17:55:33 2004 for Chombo by doxygen 1.3.2