NeoPZ
|
Templated vector implementation. More...
#include "pzreal.h"
#include "pzerror.h"
#include "tpzpagemigrationmanager.h"
#include <iostream>
#include <iomanip>
#include <cstdlib>
#include <stdlib.h>
#include <string.h>
#include <limits>
Go to the source code of this file.
Classes | |
class | TPZVec< T > |
This class implements a simple vector storage scheme for a templated class T. Utility. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &out, const std::pair< int, int > &element) |
Overloading the operator <<. More... | |
template<class T > | |
std::ostream & | operator<< (std::ostream &Out, const TPZVec< T > &v) |
std::ostream & | operator<< (std::ostream &Out, const TPZVec< std::pair< double, double > > &v) |
Templated vector implementation.
Definition in file pzvec.h.
|
inline |
Overloading the operator <<.
Definition at line 20 of file pzvec.h.
References TPZVec< T >::size(), TPZVec< T >::TPZVec(), and TPZVec< T >::~TPZVec().
std::ostream& operator<< | ( | std::ostream & | Out, |
const TPZVec< T > & | v | ||
) |
Definition at line 488 of file pzvec.h.
References TPZVec< T >::size().
|
inline |
Definition at line 506 of file pzvec.h.
References TPZVec< T >::size().