Main Page   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 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::map<std::string, lst*> incr
 

typedef std::list<int> lst
 

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

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


Function Documentation

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


Variable Documentation

incr* vectorIncr_
 

VectorList* vectorList_
 


Generated on Thu Aug 29 11:07:31 2002 for Chombo&INS by doxygen1.2.16