m_append.h File Reference

Implementation of Append. More...

#include "array.h"
#include "exceptions.h"
#include "matpackI.h"

Include dependency graph for m_append.h:

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

Go to the source code of this file.

Functions

template<class T>
void Append (Array< T > &out, const Array< T > &in)
void Append (Vector &out, const Vector &in)
void Append (String &out, const String &in)


Detailed Description

Implementation of Append.

Author:
Stefan Buehler <sbuehler@ltu.se>
Date:
Fri Jun 14 17:09:05 2002
This file contains the implementation of the supergeneric method Append.

Definition in file m_append.h.


Function Documentation

void Append ( String out,
const String in 
)

Definition at line 73 of file m_append.h.

void Append ( Vector out,
const Vector in 
)

Definition at line 54 of file m_append.h.

References ConstVectorView::nelem(), and Vector::resize().

template<class T>
void Append ( Array< T > &  out,
const Array< T > &  in 
) [inline]

Definition at line 41 of file m_append.h.

References Array< base >::nelem().


Generated on Mon Mar 23 14:06:38 2009 for ARTS by  doxygen 1.5.6