Edinburgh Speech Tools  2.1-release
EST_Tvectlist.cc File Reference
#include <fstream>
#include "EST_TList.h"
#include "EST_TVector.h"
#include "EST_cutils.h"
Include dependency graph for EST_Tvectlist.cc:

Go to the source code of this file.

Functions

template<class T >
EST_TVector< T > & set (EST_TVector< T > &v, const EST_TList< T > &in)
 assignment operator: fill track with values in list s. More...
 
template<class T >
EST_TVector< T > & copy (EST_TVector< T > a, const EST_TList< T > &in)
 

Function Documentation

template<class T >
EST_TVector<T>& set ( EST_TVector< T > &  v,
const EST_TList< T > &  in 
)

assignment operator: fill track with values in list s.

Definition at line 46 of file EST_Tvectlist.cc.

template<class T >
EST_TVector<T>& copy ( EST_TVector< T >  a,
const EST_TList< T > &  in 
)

Definition at line 57 of file EST_Tvectlist.cc.