CASM  1.1.0
A Clusters Approach to Statistical Mechanics
Array.hh File Reference
#include <stdlib.h>
#include <cassert>
#include <cmath>
#include <iostream>
#include <new>
#include "casm/global/definitions.hh"
#include "casm/misc/CASM_TMP.hh"

Go to the source code of this file.

Classes

class  CASM::Array< T >
 Basic std::vector like container (deprecated) More...
 
class  CASM::ReturnArray< T >
 
class  CASM::ArraySizeLessThan
 

Namespaces

 CASM
 Main CASM namespace.
 

Functions

template<class T >
Array< T > CASM::array_cat (const Array< T > &A1, const Array< T > &A2)
 
template<class T >
std::ostream & CASM::operator<< (std::ostream &out, const Array< T > &array_out)
 
template<typename T >
void CASM::swap (Array< T > &A1, Array< T > &A2)